mirror of
https://github.com/curl/curl.git
synced 2026-05-30 08:27:28 +03:00
configure: add HTTP2 as a curl-config --feature output
Fixes the test 1014 failure
This commit is contained in:
parent
02370fff3a
commit
812d49db90
1 changed files with 4 additions and 0 deletions
|
|
@ -3384,6 +3384,10 @@ if test "x$USE_TLS_SRP" = "x1"; then
|
|||
SUPPORT_FEATURES="$SUPPORT_FEATURES TLS-SRP"
|
||||
fi
|
||||
|
||||
if test "x$USE_NGHTTP2" = "x1"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES HTTP2"
|
||||
fi
|
||||
|
||||
AC_SUBST(SUPPORT_FEATURES)
|
||||
|
||||
dnl For supported protocols in pkg-config file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue