changeset 6196:17fdcb09159b HEAD

Updated --with-sql help string.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Aug 2007 00:19:42 +0300
parents 068df1748a57
children a2891c9296ee
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 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_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