diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-03 21:16:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-03 21:16:52 +0000 |
commit | d2e6f45d596d7ce67c6203180683df8258c07e41 (patch) | |
tree | a23b6ecf5544f37fa2f8175f806c58328e2fbc56 /eclass/php5-sapi.eclass | |
parent | Don't try to make helptags with MacOS vim (diff) | |
download | gentoo-2-d2e6f45d596d7ce67c6203180683df8258c07e41.tar.gz gentoo-2-d2e6f45d596d7ce67c6203180683df8258c07e41.tar.bz2 gentoo-2-d2e6f45d596d7ce67c6203180683df8258c07e41.zip |
bug #80625, got the last stuff backwards.
Diffstat (limited to 'eclass/php5-sapi.eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index dc8945b59e98..dc4c4c75b0b9 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.37 2005/02/03 11:53:41 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.38 2005/02/03 21:16:52 robbat2 Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -196,7 +196,7 @@ php5-sapi_check_awkward_uses() { # this is a PITA to deal with if useq ssl ; then #if [ -n "`strings ${ROOT}/usr/$(get_libdir)/c-client.* 2>/dev/null | grep ssl_onceonlyinit`" ]; then - if ! built_with_use virtual/imap-c-client ssl ; then + if built_with_use virtual/imap-c-client ssl ; then # the IMAP-SSL arg doesn't parse 'shared,/usr/lib' right enable_extension_with "imap-ssl" "ssl" 0 else |