summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-03-02 16:06:12 +0000
committerYann Ylavic <ylavic@apache.org>2023-03-02 16:06:12 +0000
commitc4f3d474982d1f9a4ed851fa08b8d1578d02f88b (patch)
tree8d2e950a70d3e0e9236aedd0ad5457fde5b461a6 /build
parentdd3257ecd4b2bc4ff554310fa409b2ce4f8ec134 (diff)
downloadapr-c4f3d474982d1f9a4ed851fa08b8d1578d02f88b.tar.gz
Revert r1907986.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1907987 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/xml.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/build/xml.m4 b/build/xml.m4
index ede123b79..fe26f741d 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
])