From: Timo Sirainen Date: Thu, 28 Jan 2010 19:50:06 +0000 (+0200) Subject: configure: Fixed Berkeley DB check to not give an error. X-Git-Tag: 2.0.beta2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70200a4a57dcfc186663967b986693eba64cfd86;p=thirdparty%2Fdovecot%2Fcore.git configure: Fixed Berkeley DB check to not give an error. --HG-- branch : HEAD --- diff --git a/configure.in b/configure.in index 793e5d651b..010f9148db 100644 --- a/configure.in +++ b/configure.in @@ -2011,7 +2011,7 @@ AM_CONDITIONAL(LDAP_PLUGIN, test "$have_ldap_plugin" = "yes") 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"