From c74c6495f4b6f8889462126febcaac5a29804573 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Fri, 25 Sep 2015 08:54:38 +0000 Subject: [PATCH] * 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 --- modules/http2/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, [ -- 2.40.0