dovecot: Updated --with-gssapi help string to include yes|plugin.

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 10 14:41:58 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/f2b00d3996df
changeset: 6259:f2b00d3996df
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 10 14:41:55 2007 +0300
description:
Updated --with-gssapi help string to include yes|plugin.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
configure.in |    2 +-

diffs (12 lines):

diff -r 63b744cb99a4 -r f2b00d3996df configure.in
--- a/configure.in	Fri Aug 10 14:39:00 2007 +0300
+++ b/configure.in	Fri Aug 10 14:41:55 2007 +0300
@@ -137,7 +137,7 @@ AC_ARG_WITH(bsdauth,
 	want_bsdauth=yes)
 
 AC_ARG_WITH(gssapi,
-[  --with-gssapi           Build with GSSAPI authentication support],
+[  --with-gssapi=yes|plugin Build with GSSAPI authentication support],
 	if test x$withval = xno; then
 		want_gssapi=no
 	elif test x$withval = xplugin; then


More information about the dovecot-cvs mailing list