ModSecurity icon indicating copy to clipboard operation
ModSecurity copied to clipboard

configure.ac: Use pkg-config to find libxml2

Open hughmcmaster opened this issue 2 years ago • 0 comments

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.

hughmcmaster avatar Apr 12 '22 12:04 hughmcmaster