summaryrefslogtreecommitdiff
path: root/build/xml.m4
diff options
context:
space:
mode:
Diffstat (limited to 'build/xml.m4')
-rw-r--r--build/xml.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/build/xml.m4 b/build/xml.m4
index fe26f741d..ede123b79 100644
--- a/build/xml.m4
+++ b/build/xml.m4
@@ -218,7 +218,7 @@ APU_FIND_EXPAT
if test ${apu_has_expat} = "1" && test ${apu_has_libxml2} = "1" ; then
AC_MSG_ERROR(Cannot build with both expat and libxml2 - please select one)
-elif test ${apu_has_expat} != "1" && test ${apu_has_libxml2} != "1" ; then
- AC_MSG_ERROR(No XML parser found! Please specify --with-expat or --with-libxml2)
+#elif test ${apu_has_expat} != "1" && test ${apu_has_libxml2} != "1" ; then
+# AC_MSG_ERROR(No XML parser found! Please specify --with-expat or --with-libxml2)
fi
])