changeset 3686:1b86be09b41e HEAD

typofix
author Timo Sirainen <tss@iki.fi>
date Thu, 27 Oct 2005 18:44:23 +0300
parents dd71819db08e
children 629ffe1a3874
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Oct 27 18:22:28 2005 +0300
+++ b/configure.in	Thu Oct 27 18:44:23 2005 +0300
@@ -123,7 +123,7 @@
     if test x$withval = xno; then
 		want_gssapi=no
 	else
-		want_gssapi_yes
+		want_gssapi=yes
 	fi,
 	want_gssapi=yes)