summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-27 14:47:54 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-07-27 14:47:54 +0000
commit35b2772c879130f24c554f4740c396afbbf8c921 (patch)
tree89cd98884911d62e3120e6639b2c652dfc6bd7bc
parent053eb303cb37c762b3bf2dcedef051727a4be3ed (diff)
Enable D-BUS support if --with-dbus is used
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index c96243d2..205c2c83 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -104,6 +104,7 @@ AC_DEFUN([AC_PATH_DBUS], [
if (test "${withval}" != "yes"); then
dbus_prefix=${withval}
fi
+ dbus_enable=yes
])
ac_save_CPPFLAGS=$CPPFLAGS