diff configure.in @ 10581:6ecb1b7528c9 HEAD

Disabled Berkeley DB support until someone fixes it.
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Jan 2010 01:08:12 +0200
parents 7fe775a404b1
children db89ece5a19d
line wrap: on
line diff
--- a/configure.in	Mon Jan 25 01:03:42 2010 +0200
+++ b/configure.in	Mon Jan 25 01:08:12 2010 +0200
@@ -114,10 +114,11 @@
 		vpopmail_home="`echo ~vpopmail`"
 	])
 
-AC_ARG_WITH(db,
-[  --with-db               Build with Berkeley DB support],
-  TEST_WITH(db, $withval),
-  want_db=no)
+# Berkeley DB support is more or less broken. Disabled for now.
+#AC_ARG_WITH(db,
+#[  --with-db               Build with Berkeley DB support],
+#  TEST_WITH(db, $withval),
+#  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.