Commit 812d49db authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

Fixes the test 1014 failure
parent 02370fff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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