summaryrefslogtreecommitdiffstats
path: root/bus/Makefile.am
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-25 19:18:52 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-25 19:18:52 +0000
commit4af7b0cfd212c3aa22e844892f8cc71b09be89be (patch)
tree91f40001631dad122cd0612f9c745a6163ffc795 /bus/Makefile.am
parentf678f8dd41332c41aba0565e6083c2072c03923c (diff)
* 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>)
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r--bus/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am
index 575274a8..d3f650eb 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -23,7 +23,7 @@ if DBUS_USE_EXPAT
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