dovecot-2.0: configure: Fixed Berkeley DB check to not give an e...
dovecot at dovecot.org
dovecot at dovecot.org
Thu Jan 28 21:50:10 EET 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/db89ece5a19d
changeset: 10598:db89ece5a19d
user: Timo Sirainen <tss at iki.fi>
date: Thu Jan 28 21:50:06 2010 +0200
description:
configure: Fixed Berkeley DB check to not give an error.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
configure.in | 2 +-
diffs (12 lines):
diff -r 873b2aff9196 -r db89ece5a19d configure.in
--- a/configure.in Thu Jan 28 21:48:54 2010 +0200
+++ b/configure.in Thu Jan 28 21:50:06 2010 +0200
@@ -2011,7 +2011,7 @@ AM_CONDITIONAL(LDAP_PLUGIN, test "$have_
dict_drivers=client
-if test $want_db != no; then
+if test "$want_db" != "no"; then
AC_CACHE_CHECK([db_env_create in -ldb],i_cv_have_db_env_create,[
old_LIBS=$LIBS
LIBS="$LIBS -ldb"
More information about the dovecot-cvs
mailing list