dbus configure.in,1.166,1.167
John Palmieri
johnp at kemper.freedesktop.org
Thu Aug 10 14:33:08 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv17290
Modified Files:
configure.in
Log Message:
- configure.in doesn't seem to like >= 2.6.0 in a warning message
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- configure.in 10 Aug 2006 21:22:33 -0000 1.166
+++ configure.in 10 Aug 2006 21:33:06 -0000 1.167
@@ -632,7 +632,7 @@
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
More information about the dbus-commit
mailing list