From: Daniel Stenberg Date: Wed, 8 Oct 2025 09:55:00 +0000 (+0200) Subject: fixup configure to not fail on Heimdal, just warn X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e6f295efaffa2e19a397a312d04df9ad872e62b;p=thirdparty%2Fcurl.git fixup configure to not fail on Heimdal, just warn --- diff --git a/configure.ac b/configure.ac index 94039b6259..a4a88ac2a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1854,7 +1854,7 @@ if test x"$want_gss" = xyes; then ]) if test "x$not_mit" = "x1"; then dnl MIT not found - AC_MSG_ERROR([incompatible GSS library found (heimdal?)]) + AC_MSG_WARN([incompatible GSS library found but ignored (heimdal?)]) else dnl MIT found dnl check if we have a really old MIT Kerberos version (<= 1.2)