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>2010-02-25 14:00:08 +0000
commit5248a584a36d49b745c1891954e9aa5e689e89a2 (patch)
tree5f8efa9c59c15132457636067b2e5edd7985f00f /configure.ac
parentc6b9931bf109b175def6be581d1d946b48ed59d4 (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 c277f6e9..48ce1c66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1518,6 +1518,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
@@ -1608,6 +1613,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}