configure: add GSS-API to supported features
authorDaniel Stenberg <daniel@haxx.se>
Sat, 17 May 2014 08:19:46 +0000 (10:19 +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=1344
Reported-by: Michael Osipov
configure.ac

index 6b2a498..ae5f1ff 100644 (file)
@@ -3406,6 +3406,9 @@ fi
 if test "x$curl_spnego_msg" = "xenabled"; then
   SUPPORT_FEATURES="$SUPPORT_FEATURES SPNEGO"
 fi
+if test "x$want_gss" = "xyes"; then
+  SUPPORT_FEATURES="$SUPPORT_FEATURES GSS-API"
+fi
 
 AC_SUBST(SUPPORT_FEATURES)