From 9e35e8019f1a40941ab7eee2cc2eb5f288967023 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 4 Oct 2015 20:31:35 +0000 Subject: [PATCH] Merge r1706637 from trunk: Fix logic to limit exported symbols in DSO form of mod_http2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1706722 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 b660711dbba..46d4e50b548 100644 --- a/modules/http2/config.m4 +++ b/modules/http2/config.m4 @@ -174,7 +174,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_NGHTTP2 if test "$ac_cv_nghttp2" = "yes" ; then - if test "x$enable_ssl" = "xshared"; then + if test "x$enable_http2" = "xshared"; then # The only symbol which needs to be exported is the module # structure, so ask libtool to hide everything else: APR_ADDTO(MOD_HTTP2_LDADD, [-export-symbols-regex http2_module]) -- 2.47.2