ModSecurity
ModSecurity copied to clipboard
configure.ac: Use pkg-config to find libxml2
Debian is taking steps to remove xml2-config
in the current development cycle. ModSecurity uses xml2-config
to find the libxml2 include paths and linker flags.
This patch uses pkg-config
to find libxml2 while retaining the 'debug'-type output in the configure
script.