From 9ee32abe4879a52638f9908b71ea96e6b1a7449e Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 10 Aug 2006 21:33:06 +0000 Subject: - configure.in doesn't seem to like >= 2.6.0 in a warning message --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit