dovecot-1.2: Fixed building LDAP support as plugin.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 29 19:37:15 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/c2f6983a46c6
changeset: 9181:c2f6983a46c6
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 29 12:37:10 2009 -0400
description:
Fixed building LDAP support as plugin.
Patch by Paul Howarth.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
configure.in |    2 +-

diffs (19 lines):

diff -r cfd984a489b7 -r c2f6983a46c6 configure.in
--- a/configure.in	Sat Jun 27 23:55:21 2009 -0400
+++ b/configure.in	Mon Jun 29 12:37:10 2009 -0400
@@ -1912,7 +1912,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"
@@ -1926,6 +1925,7 @@ else
     passdb="$passdb (plugin)"
   fi
 fi
+AM_CONDITIONAL(LDAP_PLUGIN, test "$have_ldap_plugin" = "yes")
 
 dict_drivers=client
 


More information about the dovecot-cvs mailing list