From 8f8d24738645f3a04285c076d96731d9e4ce75de 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 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} -- cgit