]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot --build-options: Added "Mail storages" list back.
authorTimo Sirainen <tss@iki.fi>
Fri, 9 Oct 2009 20:49:22 +0000 (16:49 -0400)
committerTimo Sirainen <tss@iki.fi>
Fri, 9 Oct 2009 20:49:22 +0000 (16:49 -0400)
--HG--
branch : HEAD

src/master/main.c

index 3d6b7008ff8f0dfe39c4e91d1589807ff9fb778d..7374bd62ba7564d14804363588eb75b5f765bd07 100644 (file)
@@ -528,10 +528,11 @@ static void print_build_options(void)
 #ifdef HAVE_OPENSSL
                " openssl"
 #endif
+       "\nMail storages: "MAIL_STORAGES"\n"
 #ifdef SQL_DRIVER_PLUGINS
-       "\nSQL driver plugins:"
+       "SQL driver plugins:"
 #else
-       "\nSQL drivers:"
+       "SQL drivers:"
 #endif
 #ifdef BUILD_MYSQL
                " mysql"