From: John (J5) Palmieri Date: Thu, 10 Aug 2006 21:33:06 +0000 (+0000) Subject: - configure.in doesn't seem to like >= 2.6.0 in a warning message X-Git-Tag: dbus-0.92~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ee32abe4879a52638f9908b71ea96e6b1a7449e;p=platform%2Fupstream%2Fdbus.git - configure.in doesn't seem to like >= 2.6.0 in a warning message --- 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