mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Fix libxml configure script
This commit is contained in:
parent
8c7b6199f7
commit
5273258261
@ -80,10 +80,10 @@ AC_SUBST(LIBXML2_LDADD)
|
||||
AC_SUBST(LIBXML2_LDFLAGS)
|
||||
|
||||
|
||||
if test "x${with_libxml2}" == "xno"; then
|
||||
if test "x${with_libxml}" == "xno"; then
|
||||
LIBXML2_DISABLED=yes
|
||||
else
|
||||
if test "x${with_libxml2}" != "x"; then
|
||||
if test "x${with_libxml}" != "x"; then
|
||||
LIBXML2_MANDATORY=yes
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user