From 5d06ca56b25f750324c231e41825d0ea73be7268 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sun, 11 Feb 2001 22:31:45 +0000 Subject: rework ldap check logic so it'll work to --disable-ldap if you've 2001-02-11 Chris Toshok * configure.in: rework ldap check logic so it'll work to --disable-ldap if you've previously configured with --enable-ldap. svn path=/trunk/; revision=8176 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') 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. -- cgit v1.2.3