diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-07 10:42:54 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-07 10:56:57 +0000 |
commit | eda919f4dcbff0364e750e998a0b89f38af757f7 (patch) | |
tree | aac5a04fbe4fd095f384bc542a928c023ea3785c /configure.ac | |
parent | 7599143dcc0fe9b40159787ecd7c498da99f73dd (diff) | |
download | curl-eda919f4dcbff0364e750e998a0b89f38af757f7.tar.gz |
configure: Added krb5 to the supported features
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
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" \ |