From: Timo Sirainen Date: Thu, 8 Apr 2010 06:35:36 +0000 (+0300) Subject: configure: Fix to older autoconfs X-Git-Tag: 2.0.beta5~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f192a2c6b12f533a771226ed5362ad6f6fbc478;p=thirdparty%2Fdovecot%2Fcore.git configure: Fix to older autoconfs --HG-- branch : HEAD --- diff --git a/configure.in b/configure.in index 0067fc68a6..7bdb48dba6 100644 --- a/configure.in +++ b/configure.in @@ -2008,6 +2008,7 @@ if test $want_ldap != no; then LDAP_LIBS="-lldap" AC_CHECK_LIB(ldap, ber_free, [ # do nothing, default is to add -lldap to LIBS + : ], [ AC_CHECK_LIB(lber, ber_free, [ LDAP_LIBS="$LDAP_LIBS -llber"