From: Ruediger Pluem <rpluem@apache.org>
Date: Fri, 25 Sep 2015 08:54:38 +0000 (+0000)
Subject: * Disable the http2 modules if nghttp2 is not present
X-Git-Tag: 2.5.0-alpha~2806
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c74c6495f4b6f8889462126febcaac5a29804573;p=apache

* 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
---

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, [