Make libxml2 *required*.

This commit is contained in:
brectanus
2007-12-19 18:13:41 +00:00
parent 6974a1c781
commit 4e7c243c39
9 changed files with 7 additions and 40 deletions

View File

@@ -8,8 +8,6 @@
* write to Breach Security, Inc. at support@breach.com.
*
*/
#ifdef WITH_LIBXML2
#include "msc_xml.h"
@@ -131,5 +129,3 @@ apr_status_t xml_cleanup(modsec_rec *msr) {
return 1;
}
#endif