summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-14 21:02:18 +0000
committerLennart Poettering <lennart@poettering.net>2007-09-14 21:02:18 +0000
commit04ed0f9536f8b211d68d7df381f0fb4dd04dc0ff (patch)
treeacb86bbbcd100e95de5c3efdfefdd9a7cceccaf9 /configure.ac
parent87753092340fc099dee86f94633da97104fbf5dc (diff)
call dbus_shutdown() before exiting, to make valgrind output more useful
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1819 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 7c8f3888..cb68f57b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -769,7 +769,7 @@ if test "x${dbus}" != xno ; then
LIBS="$LIBS $DBUS_LIBS"
AC_CHECK_FUNCS(dbus_watch_get_unix_fd)
LIBS="$saved_LIBS"
-
+ AC_DEFINE([HAVE_DBUS], 1, [Have D-Bus.])
],
[
HAVE_DBUS=0