diff configure.ac @ 20095:666a6129479b

configure: Fixed (again) --with-ldap=plugin
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Fri, 29 Apr 2016 12:44:31 +0300
parents 7811ce869375
children 389c5094c2a8
line wrap: on
line diff
--- a/configure.ac	Fri Apr 29 10:53:37 2016 +0300
+++ b/configure.ac	Fri Apr 29 12:44:31 2016 +0300
@@ -2044,7 +2044,7 @@
   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