mirror of
https://github.com/curl/curl.git
synced 2026-04-21 08:42:12 +03:00
configure: add PSL to the list of features
... to make test 1014 work again after e77b5b7453.
This commit is contained in:
parent
19cb0c4a88
commit
5cf0166636
1 changed files with 4 additions and 0 deletions
|
|
@ -3559,6 +3559,10 @@ if test "x$HAVE_GSSAPI" = "x1"; then
|
|||
SUPPORT_FEATURES="$SUPPORT_FEATURES GSS-API"
|
||||
fi
|
||||
|
||||
if test "x$curl_psl_msg" = "xyes"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES PSL"
|
||||
fi
|
||||
|
||||
if test "x$CURL_DISABLE_CRYPTO_AUTH" != "x1" -a \
|
||||
\( "x$HAVE_GSSAPI" = "x1" -o "x$USE_WINDOWS_SSPI" = "x1" \); then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES SPNEGO"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue