From: Jeff Trawick Date: Sat, 3 Oct 2015 21:32:56 +0000 (+0000) Subject: Follow-up to r1690248: X-Git-Tag: 2.5.0-alpha~2766 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6dfb940833998dc3bb2718d4669ee065ab1b9d1;p=apache Follow-up to r1690248: Fix logic to limit exported symbols in DSO form of mod_http2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1706637 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/config.m4 b/modules/http2/config.m4 index b660711dbb..46d4e50b54 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])