mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:27:16 +03:00
Fixed NTLM on curl-config --features with GnuTLS
This commit is contained in:
parent
9a4c887c4a
commit
9ddc7ad038
1 changed files with 1 additions and 1 deletions
|
|
@ -2508,7 +2508,7 @@ fi
|
|||
if test "x$USE_WINDOWS_SSPI" = "x1"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES SSPI"
|
||||
fi
|
||||
if test "x$USE_SSLEAY" = "x1" -o "x$USE_WINDOWS_SSPI" = "x1" -o "x$USE_GNUTLS" = "x1"; then
|
||||
if test "x$USE_SSLEAY" = "x1" -o "x$USE_WINDOWS_SSPI" = "x1" -o "x$GNUTLS_ENABLED" = "x1"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES NTLM"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue