#[ --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.
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"