From 45a3fc1f8130947837a9c112deb822e7808cd2c5 Mon Sep 17 00:00:00 2001 From: kouril Date: Sun, 19 Feb 2006 21:04:44 +0000 Subject: [PATCH] Typo (fix for bug 1424794) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.1.4