From: Timo Sirainen Date: Thu, 21 Oct 2010 21:09:08 +0000 (+0100) Subject: configure: Use sdbox name instead of dbox in the help. X-Git-Tag: 2.0.7~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c635c7668cdac0450db7736efd06274e93b41d;p=thirdparty%2Fdovecot%2Fcore.git configure: Use sdbox name instead of dbox in the help. --- diff --git a/configure.in b/configure.in index cd90b9c60e..23d081b990 100644 --- a/configure.in +++ b/configure.in @@ -229,7 +229,7 @@ AC_ARG_WITH(gc, AC_ARG_WITH(storages, [ --with-storages Build with specified mail storage formats - (maildir mbox dbox mdbox cydir)], [ + (maildir mbox sdbox mdbox cydir)], [ if test "$withval" = "yes" || test "$withval" = "no"; then AC_MSG_ERROR([--with-storages needs storage list as parameter]) fi