diff options
author | Francesco Riosa <vivo@gentoo.org> | 2007-01-05 22:41:49 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2007-01-05 22:41:49 +0000 |
commit | 354d1d78b2f0c190c67428a4a3110d69c05e053b (patch) | |
tree | 8dc86379e4b27963102af32c4c23507a5eef8e6b /eclass | |
parent | Version bump, bug #159817 (diff) | |
download | gentoo-2-354d1d78b2f0c190c67428a4a3110d69c05e053b.tar.gz gentoo-2-354d1d78b2f0c190c67428a4a3110d69c05e053b.tar.bz2 gentoo-2-354d1d78b2f0c190c67428a4a3110d69c05e053b.zip |
bug #160330 mispelled ssl option
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index e0709d650aa8..1059ccee681b 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.60 2007/01/05 11:09:34 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.61 2007/01/05 22:41:49 vivo Exp $ # kate: encoding utf-8; eol unix; # kate: indent-width 4; mixedindent off; remove-trailing-space on; space-indent off; # kate: word-wrap-column 80; word-wrap off; @@ -347,8 +347,7 @@ configure_40_41_50() { # --with-vio is not needed anymore, it's on by default and # has been removed from configure mysql_version_is_at_least "5.0.4" || myconf="${myconf} --with-vio" - if mysql_version_is_at_least "5.0.6" ; then - # myconf="${myconf} --with-yassl" + if mysql_version_is_at_least "5.2.0" ; then myconf="${myconf} --with-ssl" else myconf="${myconf} --with-openssl" |