changeset 11120:829cc91ed831 HEAD

configure: Fix to older autoconfs
author Timo Sirainen <tss@iki.fi>
date Thu, 08 Apr 2010 09:35:36 +0300
parents 23e87e78c66e
children f15e96e46715
files configure.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Apr 08 04:53:36 2010 +0300
+++ b/configure.in	Thu Apr 08 09:35:36 2010 +0300
@@ -2008,6 +2008,7 @@
 			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"