Skip to content
Snippets Groups Projects
Commit fe0f8967 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

configure: assume krb5 when gss-api works

To please test 1014 while we work out if this is truly the a correct
assumption.
parent bfc63bfb
No related branches found
No related tags found
No related merge requests found
......@@ -3354,7 +3354,7 @@ if test "x$USE_WINDOWS_SSPI" = "x1"; then
fi
if test "x$HAVE_GSSAPI" = "x1"; then
SUPPORT_FEATURES="$SUPPORT_FEATURES GSS-API"
SUPPORT_FEATURES="$SUPPORT_FEATURES GSS-API krb5"
fi
if test "x$CURL_DISABLE_CRYPTO_AUTH" != "x1" -a \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment