dovecot-1.0: Don't build dbox by default.
dovecot at dovecot.org
dovecot at dovecot.org
Wed Jul 4 00:28:07 EEST 2007
details: http://hg.dovecot.org/dovecot-1.0/rev/720cbd0c19a0
changeset: 5335:720cbd0c19a0
user: Timo Sirainen <tss at iki.fi>
date: Wed Jul 04 00:28:03 2007 +0300
description:
Don't build dbox by default.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
configure.in | 2 +-
diffs (12 lines):
diff -r 8f7e3311006f -r 720cbd0c19a0 configure.in
--- a/configure.in Tue Jul 03 20:44:07 2007 +0300
+++ b/configure.in Wed Jul 04 00:28:03 2007 +0300
@@ -304,7 +304,7 @@ AC_ARG_WITH(storages,
AC_MSG_ERROR([--with-storages needs storage list as parameter])
fi
mail_storages=`echo "$withval"|sed 's/,/ /g'` ],
- mail_storages="maildir mbox dbox")
+ mail_storages="maildir mbox")
AC_SUBST(mail_storages)
AC_ARG_WITH(sql-drivers,
More information about the dovecot-cvs
mailing list