aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f35e9c211d..ce60f30a54 100644
--- a/configure.in
+++ b/configure.in
@@ -163,8 +163,9 @@ if test x$ac_cv_lib_ldap_ldap_open = xyes; then
msg_ldap=Yes
else
msg_ldap=No
+ enable_ldap=no
fi
-AM_CONDITIONAL(ENABLE_LDAP, test x$ac_cv_lib_ldap_ldap_open = xyes)
+AM_CONDITIONAL(ENABLE_LDAP, test x$enable_ldap = xyes)
dnl **************************************************
dnl NNTP support.