aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-06-10 23:00:47 +0200
committerMax Kellermann <max@duempel.org>2014-06-10 23:21:09 +0200
commit31e29e62f48b3fcc8552472a8beb8bd1a5f06d5f (patch)
tree325ea739cca88c70ed3d4f92b472be7a5b7befb9 /configure.ac
parentdfcb5729853945f27188780fc1cf50d3c09c3188 (diff)
downloadmpd-31e29e62f48b3fcc8552472a8beb8bd1a5f06d5f.tar.gz
mpd-31e29e62f48b3fcc8552472a8beb8bd1a5f06d5f.tar.xz
mpd-31e29e62f48b3fcc8552472a8beb8bd1a5f06d5f.zip
zeroconf/Avahi: call dbus_shutdown() during shutdown
Make valgrind happy.
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 689c0b40a..45e427c8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -825,7 +825,7 @@ avahi)
;;
esac
-MPD_AUTO_PKG(avahi, AVAHI, [avahi-client],
+MPD_AUTO_PKG(avahi, AVAHI, [avahi-client dbus-1],
[avahi client library], [avahi-client not found])
if test x$enable_avahi = xyes; then
AC_DEFINE([HAVE_AVAHI], 1, [Define to enable Avahi Zeroconf support])