dovecot-2.0: Fixed building LDAP support as plugin.

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


details:   http://hg.dovecot.org/dovecot-2.0/rev/49a1e47cb037
changeset: 9551:49a1e47cb037
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 986f8270a226 -r 49a1e47cb037 configure.in
--- a/configure.in	Sat Jun 27 23:50:38 2009 -0400
+++ b/configure.in	Mon Jun 29 12:37:10 2009 -0400
@@ -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
 


More information about the dovecot-cvs mailing list