From: Jeff Trawick Date: Sun, 4 Oct 2015 20:31:35 +0000 (+0000) Subject: Merge r1706637 from trunk: X-Git-Tag: 2.4.17~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e35e8019f1a40941ab7eee2cc2eb5f288967023;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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])