diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-11-10 09:05:56 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-11-10 09:05:56 +0100 |
commit | fe0f8967bfe911bad290e0438f33e7e03fc444bc (patch) | |
tree | b1d55b1efc283623b7ba93d28c10290b52dcb79d | |
parent | bfc63bfb19bb32cb87dfa161acdba077589b90c3 (diff) |
configure: assume krb5 when gss-api works
To please test 1014 while we work out if this is truly the a correct
assumption.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0ad8fc964..1f801adcc 100644 --- a/configure.ac +++ b/configure.ac @@ -3354,7 +3354,7 @@ if test "x$USE_WINDOWS_SSPI" = "x1"; then fi if test "x$HAVE_GSSAPI" = "x1"; then - SUPPORT_FEATURES="$SUPPORT_FEATURES GSS-API" + SUPPORT_FEATURES="$SUPPORT_FEATURES GSS-API krb5" fi if test "x$CURL_DISABLE_CRYPTO_AUTH" != "x1" -a \ |