]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Fixed (again) --with-ldap=plugin
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 29 Apr 2016 09:44:09 +0000 (12:44 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 29 Apr 2016 09:44:09 +0000 (12:44 +0300)
m4/want_ldap.m4

index f1ab2e0e677fc4025dfff858b9a58f2d1144db13..3753a483f39369816185dcb569a8b66df27ba3d2 100644 (file)
@@ -53,5 +53,5 @@ AC_DEFUN([DOVECOT_WANT_LDAP], [
     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")
 ])