From 2dc8e2db12512cb249264276c708a69507e12396 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 29 Apr 2016 12:44:31 +0300 Subject: [PATCH] configure: Fixed (again) --with-ldap=plugin --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 95259a2510..dff5df48d5 100644 --- a/configure.ac +++ b/configure.ac @@ -2044,7 +2044,7 @@ else fi fi AM_CONDITIONAL(LDAP_PLUGIN, test "$have_ldap_plugin" = "yes") -AM_CONDITIONAL(HAVE_LDAP, test "$want_ldap" = "yes") +AM_CONDITIONAL(HAVE_LDAP, test "$want_ldap" != "no") dict_drivers= if test $want_db != no; then -- 2.47.3