From e0506890026e156d7f708b1fd8fb5412d52f5aeb Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 29 Jan 2016 09:57:58 +0000 Subject: [PATCH] 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 --- modules/http2/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0