]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Fix to older autoconfs
authorTimo Sirainen <tss@iki.fi>
Thu, 8 Apr 2010 06:35:36 +0000 (09:35 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 8 Apr 2010 06:35:36 +0000 (09:35 +0300)
--HG--
branch : HEAD

configure.in

index 0067fc68a6cfc54dce7ae8a4757adb84ceeb9feb..7bdb48dba697315053f670005f9fa9199703a66c 100644 (file)
@@ -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"