X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfigure.ac;h=3a4fbe69ca56830c64c92ef77fe96a0b882d9ecc;hb=a845b4fa9330e996a5cc62fdc5347ac982e855bf;hp=3a7997869eb19d16e847765e31f3830164749f8c;hpb=c28eaf9bf8410cce3cc5e112b2067a1b60184ab5;p=citadel.git diff --git a/citadel/configure.ac b/citadel/configure.ac index 3a7997869..3a4fbe69c 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT([Citadel], [8.13], [http://www.citadel.org/]) +AC_INIT([Citadel], [9.01], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_CONFIG_HEADER(sysdep.h) @@ -760,7 +760,7 @@ fi dnl Checks for the OpenLDAP client library. if test "x$with_ldap" != xno ; then AC_CHECK_HEADERS(ldap.h, - [AC_CHECK_LIB(ldap, ldap_init, + [AC_CHECK_LIB(ldap, ldap_initialize, [ok_ldap=yes],, )]) fi