aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-11-07 10:42:54 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-07 10:56:57 +0000
commiteda919f4dcbff0364e750e998a0b89f38af757f7 (patch)
treeaac5a04fbe4fd095f384bc542a928c023ea3785c
parent7599143dcc0fe9b40159787ecd7c498da99f73dd (diff)
configure: Added krb5 to the supported features
-rw-r--r--configure.ac5
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" \