summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 16669dd9c..9f63f7d1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,7 +249,7 @@ if test "$status_gssapi" != "no"; then
if test "$GSSAPI_IMPL" = "none"; then
AC_CACHE_SAVE
AC_MSG_RESULT([GSSAPI libraries not found])
- if test "$status_gsapi" = probe; then
+ if test "$status_gssapi" = probe; then
status_gssapi=no
else
AC_MSG_FAILURE([The requested GSSAPI library not found or is unusable])

Return to:

Send suggestions and report system problems to the System administrator.