2007-09-02 10:57:31 +00:00
|
|
|
Index: php-5.2.4/configure
|
2007-07-30 19:08:20 +00:00
|
|
|
===================================================================
|
2007-09-02 10:57:31 +00:00
|
|
|
--- php-5.2.4.orig/configure 2007-09-02 12:27:37.000000000 +0200
|
|
|
|
+++ php-5.2.4/configure 2007-09-02 12:28:32.000000000 +0200
|
|
|
|
@@ -14679,7 +14679,7 @@
|
2006-10-22 21:32:16 +00:00
|
|
|
ac_libs=$LIBS
|
|
|
|
LIBS="$LIBS -ldl"
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
- found=no
|
|
|
|
+ found=yes
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
2007-09-02 10:57:31 +00:00
|
|
|
#line 14686 "configure"
|
|
|
|
@@ -53050,7 +53050,7 @@
|
2007-03-05 00:52:17 +00:00
|
|
|
_SAVE_CPPFLAGS=$CPPFLAGS
|
2007-09-02 10:57:31 +00:00
|
|
|
_SAVE_LIBS=$LIBS
|
2007-03-05 00:52:17 +00:00
|
|
|
CPPFLAGS="$CPPFLAGS -I$LDAP_INCDIR"
|
2007-09-02 10:57:31 +00:00
|
|
|
- LIBS="$LIBS $LDAP_SHARED_LIBADD"
|
|
|
|
+ LIBS="$LIBS $LDAP_SHARED_LIBADD -lsasl2"
|
2006-10-22 21:32:16 +00:00
|
|
|
|
2007-03-05 00:52:17 +00:00
|
|
|
echo $ac_n "checking for 3 arg ldap_set_rebind_proc""... $ac_c" 1>&6
|
2007-09-02 10:57:31 +00:00
|
|
|
echo "configure:53057: checking for 3 arg ldap_set_rebind_proc" >&5
|