Skip to content

Commit ce5fd44

Browse files
author
Sander Temme
committed
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
1 parent cbe20e5 commit ce5fd44

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/filters/config.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ APACHE_MODULE(xml2enc, i18n support for markup filters, , , , [
117117
FIND_LIBXML2
118118
if test "$ac_cv_libxml2" = "yes" ; then
119119
APR_ADDTO(CFLAGS, [-I${XML2_INCLUDES}])
120+
APR_ADDTO(MOD_XML2ENC_LDADD, [-lxml2])
120121
else
121122
enable_xml2enc=no
122123
fi
@@ -125,6 +126,7 @@ APACHE_MODULE(proxy_html, Fix HTML Links in a Reverse Proxy, , , , [
125126
FIND_LIBXML2
126127
if test "$ac_cv_libxml2" = "yes" ; then
127128
APR_ADDTO(CFLAGS, [-I${XML2_INCLUDES}])
129+
APR_ADDTO(MOD_PROXY_HTML_LDADD, [-lxml2])
128130
else
129131
enable_proxy_html=no
130132
fi

0 commit comments

Comments
 (0)