mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05: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
@ -3406,6 +3406,9 @@ fi
|
|||||||
if test "x$curl_spnego_msg" = "xenabled"; then
|
if test "x$curl_spnego_msg" = "xenabled"; then
|
||||||
SUPPORT_FEATURES="$SUPPORT_FEATURES SPNEGO"
|
SUPPORT_FEATURES="$SUPPORT_FEATURES SPNEGO"
|
||||||
fi
|
fi
|
||||||
|
if test "x$want_gss" = "xyes"; then
|
||||||
|
SUPPORT_FEATURES="$SUPPORT_FEATURES GSS-API"
|
||||||
|
fi
|
||||||
|
|
||||||
AC_SUBST(SUPPORT_FEATURES)
|
AC_SUBST(SUPPORT_FEATURES)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user