Commit 121bcfee authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

configure: add GSS-API to supported features

Bug: http://curl.haxx.se/bug/view.cgi?id=1344
Reported-by: Michael Osipov
parent 21aae1ec
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)