diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-10-20 15:22:24 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-10-20 15:22:24 +0000 |
commit | 9190ad46225eeeb718d56bb48de6e3af8f60a212 (patch) | |
tree | 1346a6e59ec82db1eff40643f566081064c152d6 /eclass | |
parent | Mark 2.14.2 stable on alpha (diff) | |
download | gentoo-2-9190ad46225eeeb718d56bb48de6e3af8f60a212.tar.gz gentoo-2-9190ad46225eeeb718d56bb48de6e3af8f60a212.tar.bz2 gentoo-2-9190ad46225eeeb718d56bb48de6e3af8f60a212.zip |
Update TODO.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 0fdc77a9e562..e03e7036e8ae 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.39 2006/10/20 14:44:01 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.40 2006/10/20 15:22:24 chtekk Exp $ # Author: Francesco Riosa <vivo@gentoo.org> # Maintainer: Luca Longinotti <chtekk@gentoo.org> @@ -271,7 +271,7 @@ configure_40_41_50() { } configure_51() { - # TODO : !!!!! readd --withouth-readline + # TODO: !!!! readd --without-readline # the failure depend upon config/ac-macros/readline.m4 checking into # readline.h instead of history.h myconf="${myconf} $(use_with ssl)" @@ -577,8 +577,8 @@ mysql_src_compile() { mysql_version_is_at_least "5.01.05.00" \ && myconf="${myconf} --with-row-based-replication" - # TODO: Rechek again later, there were problems with assembler enabled - # and some combination of USE flags with MySQL 5.1 + # TODO: Recheck again later, there were problems with assembler enabled + # and some combinations of USE flags with MySQL 5.1 if mysql_check_version_range "5.01.00.00 to 5.01.08.99" ; then myconf="${myconf} --disable-assembler" else |