From 812d49db9034f4d2caa513f785ebab661a6d0f7d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 5 Sep 2013 12:03:24 +0200 Subject: [PATCH] configure: add HTTP2 as a curl-config --feature output Fixes the test 1014 failure --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index d0c482882..f861124bf 100644 --- a/configure.ac +++ b/configure.ac @@ -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