summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 21:33:06 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 21:33:06 +0000
commit9ee32abe4879a52638f9908b71ea96e6b1a7449e (patch)
tree9deda7224d4f4a569e6167576be25cc7a0e90233
parent12266111955bb0b5e5a974104c7599a830121573 (diff)
- configure.in doesn't seem to like >= 2.6.0 in a warning message
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2465d824..ffaf0199 100644
--- a/configure.in
+++ b/configure.in
@@ -632,7 +632,7 @@ if test x$with_xml = xexpat; then
elif test x$with_xml = xlibxml; then
dbus_use_libxml=true
if ! $have_libxml ; then
- AC_MSG_ERROR([Explicitly requested libxml but libxml >= 2.6.0 not found])
+ AC_MSG_ERROR([Explicitly requested libxml but libxml not found])
fi
else
### expat is the default because libxml can't currently survive