]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-ldap.m4
Load cups into easysw/current.
[thirdparty/cups.git] / config-scripts / cups-ldap.m4
index 3c3e8ed1d4f01c2955293471b1da08ae54a45413..c78e175098bd314216fad1e91a6a42488572b0cc 100644 (file)
@@ -1,5 +1,5 @@
 dnl
-dnl "$Id$"
+dnl "$Id: cups-ldap.m4 5564 2006-05-22 00:59:11Z mike $"
 dnl
 dnl   LDAP configuration stuff for the Common UNIX Printing System (CUPS).
 dnl
@@ -36,7 +36,7 @@ LIBLDAP=""
 
 if test x$enable_ldap != xno; then
     AC_CHECK_HEADER(ldap.h,
-       AC_CHECK_LIB(ldap, ldap_value_free,
+       AC_CHECK_LIB(ldap, ldap_initialize,
             AC_DEFINE(HAVE_LDAP)
             AC_DEFINE(HAVE_OPENLDAP)
            LIBLDAP="-lldap"))
@@ -46,5 +46,5 @@ AC_SUBST(LIBLDAP)
 
 
 dnl
-dnl End of "$Id$".
+dnl End of "$Id: cups-ldap.m4 5564 2006-05-22 00:59:11Z mike $".
 dnl