You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2016/02/12 18:25:21 UTC

svn commit: r1730076 - /httpd/httpd/trunk/modules/http2/config2.m4

Author: rjung
Date: Fri Feb 12 17:25:21 2016
New Revision: 1730076

URL: http://svn.apache.org/viewvc?rev=1730076&view=rev
Log:
Add mod_proxy as a dependency to mod_proxy_http2
Unix Makefile.

Modified:
    httpd/httpd/trunk/modules/http2/config2.m4

Modified: httpd/httpd/trunk/modules/http2/config2.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/config2.m4?rev=1730076&r1=1730075&r2=1730076&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/config2.m4 (original)
+++ httpd/httpd/trunk/modules/http2/config2.m4 Fri Feb 12 17:25:21 2016
@@ -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-
     else
         enable_proxy_http2=no
     fi
-])
+], proxy)
 
 
 dnl #  end of module specific part