From 3a3c5c2c99fc08e02a6c54ac5ad0ca94b7738fb8 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 29 Jun 2009 12:37:10 -0400 Subject: [PATCH] Fixed building LDAP support as plugin. Patch by Paul Howarth. --HG-- branch : HEAD --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f9e1c27747..5ef9a7c1a0 100644 --- a/configure.in +++ b/configure.in @@ -1900,7 +1900,6 @@ if test $want_ldap != no; then fi ]) fi -AM_CONDITIONAL(LDAP_PLUGIN, test "$have_ldap_plugin" = "yes") if test $have_ldap = no; then not_passdb="$not_passdb ldap" @@ -1914,6 +1913,7 @@ else passdb="$passdb (plugin)" fi fi +AM_CONDITIONAL(LDAP_PLUGIN, test "$have_ldap_plugin" = "yes") dict_drivers=client -- 2.47.3