Typo (fix for bug 1424794)
authorkouril <kouril>
Sun, 19 Feb 2006 21:04:44 +0000 (21:04 +0000)
committerkouril <kouril>
Sun, 19 Feb 2006 21:04:44 +0000 (21:04 +0000)
configure.in

index ec17a99..9b39138 100644 (file)
@@ -150,7 +150,7 @@ if test "x$with_krb5" != "xno" ; then
        AC_MSG_RESULT(no)
      fi
 
-     if test -z "gssapi_supports_spnego"; then
+     if test -z "$gssapi_supports_spnego"; then
        if test -n "$have_heimdal"; then SPNEGO_SRCS="\
                spnegokrb5/asn1_MechType.c         \
                spnegokrb5/asn1_MechTypeList.c     \