diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-05 20:43:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-05 20:43:48 +0000 |
commit | a3fd0c117eb3afa93364911993d96a313e7e9700 (patch) | |
tree | b98cd96a618c4dabd5383cf9967cac6945180848 /eclass/php-sapi.eclass | |
parent | SRC_URI has changed (Manifest recommit) (diff) | |
download | gentoo-2-a3fd0c117eb3afa93364911993d96a313e7e9700.tar.gz gentoo-2-a3fd0c117eb3afa93364911993d96a313e7e9700.tar.bz2 gentoo-2-a3fd0c117eb3afa93364911993d96a313e7e9700.zip |
fix typo: !use -> ! use
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 4866d77d48fa..647823418605 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-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/php-sapi.eclass,v 1.39 2004/06/30 17:24:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.40 2004/07/05 20:43:48 mr_bones_ Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -307,7 +307,7 @@ php-sapi_src_compile() { use !alpha && myconf="${myconf} `use_with java java ${JAVA_HOME}`" myconf="${myconf} `use_with mcal mcal /usr`" # fix bug 55150, our mcal is PAM-enabled - use mcal && use pam && !use imap && LDFLAGS="${LDFLAGS} -lpam" + use mcal && use pam && ! use imap && LDFLAGS="${LDFLAGS} -lpam" [ -n "${INFORMIXDIR}" ] && myconf="${myconf} `use_with informix informix ${INFORMIXDIR}`" [ -n "${ORACLE_HOME}" ] && myconf="${myconf} `use_with oci8 oci8 ${ORACLE_HOME}`" myconf="${myconf} `use_with odbc unixODBC /usr`" |