diff options
author | Ruediger Pluem <rpluem@apache.org> | 2015-09-25 10:54:38 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2015-09-25 10:54:38 +0200 |
commit | c74c6495f4b6f8889462126febcaac5a29804573 (patch) | |
tree | 75dfe81bb333461b41a8cc5c1ec4f93485f549b1 /modules/http2/config.m4 | |
parent | mod_ssl: don't FLUSH first for non blocking reads. (diff) | |
download | apache2-c74c6495f4b6f8889462126febcaac5a29804573.tar.xz apache2-c74c6495f4b6f8889462126febcaac5a29804573.zip |
* Disable the http2 modules if nghttp2 is not present
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/http2/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/config.m4 b/modules/http2/config.m4 index 4da7d25362..186ecaee5e 100644 --- a/modules/http2/config.m4 +++ b/modules/http2/config.m4 @@ -181,7 +181,7 @@ is usually linked shared and requires loading. ], $h2_objs, , most, [ APR_ADDTO(MOD_H2_LDADD, [-export-symbols-regex h2_module]) fi else - enable_h2=no + enable_http2=no fi ]) APACHE_MODULE(h2, [HTTP/2 support (Deprecated. Use --enable-http2)], $h2_objs, , most, [ |