php4-beta | 199912
Date: 12/30/99
- Next message: Andrei Zmievski: "[PHP4BETA] Re: New build system problem"
- Previous message: Sascha Schumann: "[PHP4BETA] cvs: /php4 acinclude.m4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sas Thu Dec 30 09:49:48 1999 EDT
Modified files:
/php4/ext/ldap config.m4
Log:
Append liblber to satisfy symbols in libldap
Index: php4/ext/ldap/config.m4
diff -u php4/ext/ldap/config.m4:1.6 php4/ext/ldap/config.m4:1.7
--- php4/ext/ldap/config.m4:1.6 Wed Dec 29 23:52:05 1999
+++ php4/ext/ldap/config.m4 Thu Dec 30 09:49:17 1999
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.6 1999/12/30 04:52:05 sas Exp $
+dnl $Id: config.m4,v 1.7 1999/12/30 14:49:17 sas Exp $
AC_MSG_CHECKING(for LDAP support)
AC_ARG_WITH(ldap,
@@ -46,7 +46,7 @@
if test -f $LDAP_LIBDIR/liblber.a; then
LDAP_LIBS="-lldap -llber"
AC_ADD_LIBRARY(ldap)
- AC_ADD_LIBRARY(lber)
+ AC_ADD_LIBRARY(lber,1)
elif test -f $LDAP_LIBDIR/libldapssl30.so; then
AC_ADD_LIBRARY(ldapssl30)
AC_ADD_LIBRARY($LDAP_PTHREAD)
@@ -63,7 +63,7 @@
AC_DEFINE(HAVE_NSLDAP,1,[ ])
elif test -f $LDAP_LIBDIR/libumich_ldap.so; then
AC_ADD_LIBRARY(umich_ldap)
- AC_ADD_LIBRARY(umich_lber)
+ AC_ADD_LIBRARY(umich_lber,1)
fi
AC_ADD_INCLUDE($LDAP_INCDIR)
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Andrei Zmievski: "[PHP4BETA] Re: New build system problem"
- Previous message: Sascha Schumann: "[PHP4BETA] cvs: /php4 acinclude.m4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

