dbus/bus Makefile.am,1.40,1.41
John Palmieri
johnp at kemper.freedesktop.org
Fri Aug 25 12:18:54 PDT 2006
Update of /cvs/dbus/dbus/bus
In directory kemper:/tmp/cvs-serv23133/bus
Modified Files:
Makefile.am
Log Message:
* configure.ac, bus/Makefile.am: Generalize kqueue support so that
it works on any system providing this interface, not only FreeBSD.
For example, NetBSD. (Patch by Julio M. Merino Vidal <jmmv at NetBSD dot org>)
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/bus/Makefile.am,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Makefile.am 8 Aug 2006 22:08:39 -0000 1.40
+++ Makefile.am 25 Aug 2006 19:18:52 -0000 1.41
@@ -23,7 +23,7 @@
XML_SOURCES=config-loader-expat.c
endif
-if DBUS_BUS_ENABLE_KQUEUE_ON_FREEBSD
+if DBUS_BUS_ENABLE_KQUEUE
DIR_WATCH_SOURCE=dir-watch-kqueue.c
else
if DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX
More information about the dbus-commit
mailing list