]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Fixed Berkeley DB check to not give an error.
authorTimo Sirainen <tss@iki.fi>
Thu, 28 Jan 2010 19:50:06 +0000 (21:50 +0200)
committerTimo Sirainen <tss@iki.fi>
Thu, 28 Jan 2010 19:50:06 +0000 (21:50 +0200)
--HG--
branch : HEAD

configure.in

index 793e5d651b8a5e8cf1843c014d74062d3ea0de89..010f9148db695eefa94d1dc8f2f7a3a7ef9229cb 100644 (file)
@@ -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"