From: Stefan Eissing Date: Fri, 29 Jan 2016 09:57:58 +0000 (+0000) Subject: disable any openssl use until configure fix is backported, linking gets messed up... X-Git-Tag: 2.4.19~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0506890026e156d7f708b1fd8fb5412d52f5aeb;p=apache disable any openssl use until configure fix is backported, linking gets messed up when multiple places have openssl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727505 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/config.m4 b/modules/http2/config.m4 index aee4e16e27..2a4873e54a 100644 --- a/modules/http2/config.m4 +++ b/modules/http2/config.m4 @@ -183,7 +183,7 @@ 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 - APR_ADDTO(MOD_CPPFLAGS, ["-DH2_OPENSSL"]) +# APR_ADDTO(MOD_CPPFLAGS, ["-DH2_OPENSSL"]) # fi APACHE_CHECK_NGHTTP2