- configure.in doesn't seem to like >= 2.6.0 in a warning message
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 10 Aug 2006 21:33:06 +0000 (21:33 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 10 Aug 2006 21:33:06 +0000 (21:33 +0000)
configure.in

index 2465d824ddd8f2bf8d0f77a8ffb9a363734597bc..ffaf0199a7d2638ab0ea93cb103e528f2094ea5c 100644 (file)
@@ -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