]> granicus.if.org Git - apache/commitdiff
Follow-up to r1690248:
authorJeff Trawick <trawick@apache.org>
Sat, 3 Oct 2015 21:32:56 +0000 (21:32 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 3 Oct 2015 21:32:56 +0000 (21:32 +0000)
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

modules/http2/config.m4

index b660711dbba84ef9a1177bda4b626e16c21a283d..46d4e50b548009398416467db0606b2ea825804a 100644 (file)
@@ -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])