]> granicus.if.org Git - apache/commitdiff
Add mod_proxy as a dependency to mod_proxy_http2
authorRainer Jung <rjung@apache.org>
Fri, 12 Feb 2016 17:25:21 +0000 (17:25 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 12 Feb 2016 17:25:21 +0000 (17:25 +0000)
Unix Makefile.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730076 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/config2.m4

index ebbd2d2a441703a6294eea6f9561092f4b92c1fb..0c9871552f947d795ce026c60222f0351ba281b6 100644 (file)
@@ -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