summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-12-02 09:28:37 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-12-02 09:28:37 +0200
commit81cc5cac81898097d7de49b241d6a4118147e115 (patch)
tree016ae37c60a37767b0f70944669f54caad3c8c24 /configure.ac
parent2243bcd0684f5c4361d3291c9a0e138052f626a9 (diff)
downloadmailutils-81cc5cac81898097d7de49b241d6a4118147e115.tar.gz
mailutils-81cc5cac81898097d7de49b241d6a4118147e115.tar.bz2
Fix mistyped variable name
Diffstat (limited to 'configure.ac')
-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.