From: Stefan Eissing Date: Mon, 18 Jan 2016 19:33:27 +0000 (+0000) Subject: no check for openssl until fix from trunk is backported X-Git-Tag: 2.4.19~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e16902c86c784ca747ab187bbf1b95c39239183;p=thirdparty%2Fapache%2Fhttpd.git no check for openssl until fix from trunk is backported git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1725326 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/config.m4 b/modules/http2/config.m4 index f0cfb608871..aee4e16e272 100644 --- a/modules/http2/config.m4 +++ b/modules/http2/config.m4 @@ -181,10 +181,10 @@ APACHE_MODULE(http2, [HTTP/2 protocol handling in addition to HTTP protocol handling. Implemented by mod_http2. This module requires a libnghttp2 installation. See --with-nghttp2 on how to manage non-standard locations. This module is usually linked shared and requires loading. ], $http2_objs, , most, [ - APACHE_CHECK_OPENSSL - if test "$ac_cv_openssl" = "yes" ; then +# APACHE_CHECK_OPENSSL +# if test "$ac_cv_openssl" = "yes" ; then APR_ADDTO(MOD_CPPFLAGS, ["-DH2_OPENSSL"]) - fi +# fi APACHE_CHECK_NGHTTP2 if test "$ac_cv_nghttp2" = "yes" ; then