configure: add SPNEGO to supported features
authorDaniel Stenberg <daniel@haxx.se>
Sat, 17 May 2014 08:17:35 +0000 (10:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 17 May 2014 08:24:47 +0000 (10:24 +0200)
Bug: http://curl.haxx.se/bug/view.cgi?id=1343
Reported-by: Michael Osipov
configure.ac

index 5c387cc..6b2a498 100644 (file)
@@ -3403,6 +3403,9 @@ fi
 if test "x$USE_NGHTTP2" = "x1"; then
   SUPPORT_FEATURES="$SUPPORT_FEATURES HTTP2"
 fi
+if test "x$curl_spnego_msg" = "xenabled"; then
+  SUPPORT_FEATURES="$SUPPORT_FEATURES SPNEGO"
+fi
 
 AC_SUBST(SUPPORT_FEATURES)