Me not fully understand. Why at all and why only there? (curiousity)
> Am 25.09.2015 um 10:54 schrieb [email protected]:
>
> Author: rpluem
> Date: Fri Sep 25 08:54:38 2015
> New Revision: 1705257
>
> URL: http://svn.apache.org/viewvc?rev=1705257&view=rev
> Log:
> * Disable the http2 modules if nghttp2 is not present
>
> Modified:
> httpd/httpd/trunk/modules/http2/config.m4
>
> Modified: httpd/httpd/trunk/modules/http2/config.m4
> URL:
> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/config.m4?rev=1705257&r1=1705256&r2=1705257&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/modules/http2/config.m4 (original)
> +++ httpd/httpd/trunk/modules/http2/config.m4 Fri Sep 25 08:54:38 2015
> @@ -181,7 +181,7 @@ is usually linked shared and requires lo
> 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, [
>
>