configure: add GSS-API to supported features

Bug: http://curl.haxx.se/bug/view.cgi?id=1344
Reported-by: Michael Osipov
This commit is contained in:
Daniel Stenberg 2014-05-17 10:19:46 +02:00
parent 21aae1ec86
commit 121bcfee5d
1 changed files with 3 additions and 0 deletions

View 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)