From 5248a584a36d49b745c1891954e9aa5e689e89a2 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Thu, 25 Feb 2010 14:00:08 +0000 Subject: build-sys: Mention dbus support in the summary --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') 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} -- cgit