diff configure.in @ 3686:1b86be09b41e HEAD

typofix
author Timo Sirainen <tss@iki.fi>
date Thu, 27 Oct 2005 18:44:23 +0300
parents 28cca6317829
children 561e81dfa20b
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)