From 3abcc7d28d73559c1f6d585c619c7298ff79101e Mon Sep 17 00:00:00 2001 From: Olivier Andrieu Date: Sat, 31 Jul 2004 18:28:10 +0000 Subject: * bus/config-parser.c (bus_config_parser_new): fix an invalid _unref in the SELinux support. * doc/busconfig.dtd: update DTD for SELinux support. * bus/config-loader-libxml.c: fix error handler and parser initialisation/cleanup. OOM test now works with libxml2 HEAD. * configure.in: remove the warning about libxml2 * dbus/dbus-bus.c: silence doxygen warning. --- configure.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index cbc4774e..75eab6e0 100644 --- a/configure.in +++ b/configure.in @@ -672,12 +672,6 @@ else fi fi -if $dbus_use_libxml ; then - dnl libxml OOM handling is a bit broken - AC_MSG_WARN([libxml loader is not as robust as the expat one wrt. OOM handling]) -fi - - AM_CONDITIONAL(DBUS_USE_EXPAT, $dbus_use_expat) AM_CONDITIONAL(DBUS_USE_LIBXML, $dbus_use_libxml) -- cgit