From: Timo Sirainen Date: Mon, 29 Jun 2009 16:37:10 +0000 (-0400) Subject: Fixed building LDAP support as plugin. X-Git-Tag: 2.0.alpha1~501 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a3c5c2c99fc08e02a6c54ac5ad0ca94b7738fb8;p=thirdparty%2Fdovecot%2Fcore.git Fixed building LDAP support as plugin. Patch by Paul Howarth. --HG-- branch : HEAD --- 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