From: kouril Date: Sun, 19 Feb 2006 21:04:44 +0000 (+0000) Subject: Typo (fix for bug 1424794) X-Git-Tag: v5.0~15 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=commitdiff_plain;h=45a3fc1f8130947837a9c112deb822e7808cd2c5 Typo (fix for bug 1424794) --- diff --git a/configure.in b/configure.in index ec17a99..9b39138 100644 --- a/configure.in +++ b/configure.in @@ -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 \