mirror of
https://github.com/curl/curl.git
synced 2026-04-14 21:41:41 +03:00
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:
parent
21aae1ec86
commit
121bcfee5d
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue