configure: add HTTP2 as a curl-config --feature output

Fixes the test 1014 failure
This commit is contained in:
Daniel Stenberg 2013-09-05 12:03:24 +02:00
parent 02370fff3a
commit 812d49db90
1 changed files with 4 additions and 0 deletions

View File

@ -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