summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego Petteno <flameeyes@gmail.com>2007-11-23 16:17:16 +0000
committerDiego Petteno <flameeyes@gmail.com>2007-11-23 16:17:16 +0000
commit19ee3b6e3f349fc3d9c052ae4219f599c2753eb1 (patch)
tree48ed4cc32281f4a281a36ae598865dce3876e3ab /configure.ac
parentec91380f5c85622b75298761cda8fcc577c0b01e (diff)
Enable D-Bus if Bluez or HAL are enabled; use DBUS_LIBS/DBUS_CFLAGS when building libdbus-util.la.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2076 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 441f8d65..19660f0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -836,7 +836,7 @@ if test "x$HAVE_HAL" = x1 ; then
dbus=yes
fi
-if test "x${dbus}" != xno ; then
+if test "x${dbus}" != xno || test "x${bluez}" != xno || "x${hal}" != xno ; then
PKG_CHECK_MODULES(DBUS, [ dbus-1 >= 1.0.0 ],
[