From: Dan Fandrich Date: Thu, 12 Feb 2009 23:57:17 +0000 (+0000) Subject: Fixed NTLM on curl-config --features with GnuTLS X-Git-Tag: curl-7_19_4~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ddc7ad038b9e003596e61de1b1352798fb10dbd;p=curl Fixed NTLM on curl-config --features with GnuTLS --- diff --git a/configure.ac b/configure.ac index 779e0e8b0..4a383ffea 100644 --- a/configure.ac +++ b/configure.ac @@ -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