mirror of
https://github.com/curl/curl.git
synced 2026-04-22 10:22:11 +03:00
configure: assume krb5 when gss-api works
To please test 1014 while we work out if this is truly the a correct assumption.
This commit is contained in:
parent
bfc63bfb19
commit
fe0f8967bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue