summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-02-25 14:00:08 +0000
committerColin Guthrie <cguthrie@mandriva.org>2011-01-11 11:31:57 +0000
commit8f8d24738645f3a04285c076d96731d9e4ce75de (patch)
tree93ac694f86a326c49c969ca00a190b7cbddc864c /configure.ac
parentb3ff4f400f7f7149da579e16b9d979b7e2104caf (diff)
build-sys: Mention dbus support in the summary
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5147a56d..a34e1f62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1514,6 +1514,11 @@ if test "x$HAVE_LIRC" = "x1" ; then
ENABLE_LIRC=yes
fi
+ENABLE_DBUS=no
+if test "x$HAVE_DBUS" = "x1" ; then
+ ENABLE_DBUS=yes
+fi
+
ENABLE_HAL=no
if test "x$HAVE_HAL" = "x1" ; then
ENABLE_HAL=yes
@@ -1598,6 +1603,7 @@ echo "
Enable Jack: ${ENABLE_JACK}
Enable Async DNS: ${ENABLE_LIBASYNCNS}
Enable LIRC: ${ENABLE_LIRC}
+ Enable DBUS: ${ENABLE_DBUS}
Enable HAL: ${ENABLE_HAL}
Enable udev: ${ENABLE_UDEV}
Enable HAL->udev compat: ${ENABLE_HAL_COMPAT}