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