From: Steve Holme Date: Fri, 7 Nov 2014 10:42:54 +0000 (+0000) Subject: configure: Added krb5 to the supported features X-Git-Tag: curl-7_40_0~411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eda919f;p=curl configure: Added krb5 to the supported features --- diff --git a/configure.ac b/configure.ac index ae57a52cd..bde0011c5 100644 --- a/configure.ac +++ b/configure.ac @@ -3368,6 +3368,11 @@ if test "x$CURL_DISABLE_CRYPTO_AUTH" != "x1" -a \ SUPPORT_FEATURES="$SUPPORT_FEATURES SPNEGO" fi +if test "x$CURL_DISABLE_CRYPTO_AUTH" != "x1" -a \ + \( "x$USE_WINDOWS_SSPI" = "x1" \); then + SUPPORT_FEATURES="$SUPPORT_FEATURES krb5" +fi + if test "x$CURL_DISABLE_HTTP" != "x1" -a \ "x$CURL_DISABLE_CRYPTO_AUTH" != "x1"; then if test "x$USE_SSLEAY" = "x1" -o "x$USE_WINDOWS_SSPI" = "x1" \