From 31e29e62f48b3fcc8552472a8beb8bd1a5f06d5f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Jun 2014 23:00:47 +0200 Subject: zeroconf/Avahi: call dbus_shutdown() during shutdown Make valgrind happy. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3