mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:57:17 +03:00
configure: add SPNEGO to supported features
Bug: http://curl.haxx.se/bug/view.cgi?id=1343 Reported-by: Michael Osipov
This commit is contained in:
parent
c9ea1d341a
commit
21aae1ec86
1 changed files with 3 additions and 0 deletions
|
|
@ -3403,6 +3403,9 @@ fi
|
|||
if test "x$USE_NGHTTP2" = "x1"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES HTTP2"
|
||||
fi
|
||||
if test "x$curl_spnego_msg" = "xenabled"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES SPNEGO"
|
||||
fi
|
||||
|
||||
AC_SUBST(SUPPORT_FEATURES)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue