From: Sander Temme Date: Mon, 7 Nov 2011 23:55:27 +0000 (+0000) Subject: Link the modules that use it against the XML library so the server will start. X-Git-Tag: 2.3.15~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=650b90f7f094eaf4de3850f6ca18317839986d72;p=apache Link the modules that use it against the XML library so the server will start. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199019 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/config.m4 b/modules/filters/config.m4 index 68c73eddd2..0a1e62a913 100644 --- a/modules/filters/config.m4 +++ b/modules/filters/config.m4 @@ -117,6 +117,7 @@ APACHE_MODULE(xml2enc, i18n support for markup filters, , , , [ FIND_LIBXML2 if test "$ac_cv_libxml2" = "yes" ; then APR_ADDTO(CFLAGS, [-I${XML2_INCLUDES}]) + APR_ADDTO(MOD_XML2ENC_LDADD, [-lxml2]) else enable_xml2enc=no fi @@ -125,6 +126,7 @@ APACHE_MODULE(proxy_html, Fix HTML Links in a Reverse Proxy, , , , [ FIND_LIBXML2 if test "$ac_cv_libxml2" = "yes" ; then APR_ADDTO(CFLAGS, [-I${XML2_INCLUDES}]) + APR_ADDTO(MOD_PROXY_HTML_LDADD, [-lxml2]) else enable_proxy_html=no fi