]> granicus.if.org Git - curl/commitdiff
configure: assume krb5 when gss-api works
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Nov 2014 08:05:56 +0000 (09:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Nov 2014 08:05:56 +0000 (09:05 +0100)
To please test 1014 while we work out if this is truly the a correct
assumption.

configure.ac

index 0ad8fc9646d32cc747d4eeeb9e04128e7cf8612c..1f801adccde4903d6280f774da22878e942c08f8 100644 (file)
@@ -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 \