From: Rainer Jung Date: Fri, 12 Feb 2016 17:25:21 +0000 (+0000) Subject: Add mod_proxy as a dependency to mod_proxy_http2 X-Git-Tag: 2.5.0-alpha~2089 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7075863565d8fad2c11558906818e2cc884a00fc;p=thirdparty%2Fapache%2Fhttpd.git Add mod_proxy as a dependency to mod_proxy_http2 Unix Makefile. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730076 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/config2.m4 b/modules/http2/config2.m4 index ebbd2d2a441..0c9871552f9 100644 --- a/modules/http2/config2.m4 +++ b/modules/http2/config2.m4 @@ -213,7 +213,7 @@ h2_util.lo dnl dnl # hook module into the Autoconf mechanism (--enable-proxy_http2) APACHE_MODULE(proxy_http2, [HTTP/2 proxy module. This module requires a libnghttp2 installation. -See --with-nghttp2 on how to manage non-standard locations. ], $proxy_http2_objs, , no, [ +See --with-nghttp2 on how to manage non-standard locations. Also requires --enable-proxy.], $proxy_http2_objs, , no, [ APACHE_CHECK_NGHTTP2 if test "$ac_cv_nghttp2" = "yes" ; then if test "x$enable_http2" = "xshared"; then @@ -224,7 +224,7 @@ See --with-nghttp2 on how to manage non-standard locations. ], $proxy_http2_objs else enable_proxy_http2=no fi -]) +], proxy) dnl # end of module specific part