]> code.delx.au - pulseaudio/commitdiff
build-sys: Mention dbus support in the summary
authorColin Guthrie <cguthrie@mandriva.org>
Thu, 25 Feb 2010 14:00:08 +0000 (14:00 +0000)
committerColin Guthrie <cguthrie@mandriva.org>
Thu, 25 Feb 2010 14:00:08 +0000 (14:00 +0000)
configure.ac

index c277f6e9eaba5e378c824356c576332c21daf520..48ce1c660c643b5bb627a74be4b766fe56682c4f 100644 (file)
@@ -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}