changeset 6259:f2b00d3996df HEAD

Updated --with-gssapi help string to include yes|plugin.
author Timo Sirainen <tss@iki.fi>
date Fri, 10 Aug 2007 14:41:55 +0300
parents 63b744cb99a4
children b238257f724c
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	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