dovecot: Updated --with-sql help string.

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 7 01:02:19 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/17fdcb09159b
changeset: 6196:17fdcb09159b
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 07 00:19:42 2007 +0300
description:
Updated --with-sql help string.

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
configure.in |    4 ++--

diffs (21 lines):

diff -r 068df1748a57 -r 17fdcb09159b configure.in
--- a/configure.in	Tue Aug 07 00:17:27 2007 +0300
+++ b/configure.in	Tue Aug 07 00:19:42 2007 +0300
@@ -209,7 +209,7 @@ dnl The --with-sql is useful only if Dov
 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.
 AC_ARG_WITH(sql,
-[  --with-sql              Build with generic SQL support],
+[  --with-sql=yes|plugin   Build with generic SQL support],
 	if test x$withval = xno; then
 		want_sql=no
 	elif test x$withval = xplugin; then
@@ -259,7 +259,7 @@ AM_CONDITIONAL(BUILD_LUCENE, test "$want
 AM_CONDITIONAL(BUILD_LUCENE, test "$want_lucene" = "yes")
 
 AC_ARG_WITH(ssl,
-[  --with-ssl=[gnutls|openssl] Build with GNUTLS or OpenSSL (default)],
+[  --with-ssl=gnutls|openssl Build with GNUTLS or OpenSSL (default)],
 	if test x$withval = xno; then
 		want_gnutls=no
 		want_openssl=no


More information about the dovecot-cvs mailing list