From: Daniel Stenberg Date: Thu, 5 Sep 2013 10:03:24 +0000 (+0200) Subject: configure: add HTTP2 as a curl-config --feature output X-Git-Tag: curl-7_33_0~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=812d49db9034f4d2caa513f785ebab661a6d0f7d;p=thirdparty%2Fcurl.git configure: add HTTP2 as a curl-config --feature output Fixes the test 1014 failure --- diff --git a/configure.ac b/configure.ac index d0c4828827..f861124bf1 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