dovecot-2.0-sslstream: configure: Another try at fixing Berkeley...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:58:43 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/20963e8ec560
changeset: 10601:20963e8ec560
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 28 22:18:05 2010 +0200
description:
configure: Another try at fixing Berkeley DB check to not give an error.

diffstat:

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

diffs (20 lines):

diff -r 476de3a45cf8 -r 20963e8ec560 configure.in
--- a/configure.in	Thu Jan 28 22:04:44 2010 +0200
+++ b/configure.in	Thu Jan 28 22:18:05 2010 +0200
@@ -119,6 +119,7 @@ AC_ARG_WITH(vpopmail,
 #[  --with-db               Build with Berkeley DB support],
 #  TEST_WITH(db, $withval),
 #  want_db=no)
+want_db=no
 
 dnl The --with-sql is useful only if Dovecot is being built with all the SQL
 dnl drivers as modules. If any SQL driver is built-in, this option is ignored.
@@ -2011,7 +2012,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