From fe0f8967bfe911bad290e0438f33e7e03fc444bc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Nov 2014 09:05:56 +0100 Subject: configure: assume krb5 when gss-api works To please test 1014 while we work out if this is truly the a correct assumption. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 \ -- cgit v1.2.1