From 62c635c7668cdac0450db7736efd06274e93b41d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 21 Oct 2010 22:09:08 +0100 Subject: [PATCH] configure: Use sdbox name instead of dbox in the help. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3