summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-08-14 19:11:04 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-08-14 19:11:04 +0000
commita51b9ba47f8345e9090d8349fede2a4aa6570fc9 (patch)
tree03ba35d90e7b953cbdb35eedef8cdfb17a7ce24b /eclass
parentppc stable profile update (diff)
downloadgentoo-2-a51b9ba47f8345e9090d8349fede2a4aa6570fc9.tar.gz
gentoo-2-a51b9ba47f8345e9090d8349fede2a4aa6570fc9.tar.bz2
gentoo-2-a51b9ba47f8345e9090d8349fede2a4aa6570fc9.zip
fix bug #60314, ldap+sasl fail.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php5-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass
index fb15ec57682c..1b1521308b3e 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.22 2004/08/13 21:05:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.23 2004/08/14 19:11:04 robbat2 Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -193,7 +193,7 @@ php5-sapi_check_awkward_uses () {
if useq ldap ; then
enable_extension_with "ldap" "ldap" 1
- enable_extension_with "ldap-sasl" "sasl" 1
+ enable_extension_with "ldap-sasl" "sasl" 0
fi
if useq odbc ; then