diff options
author | Max Kellermann <max@duempel.org> | 2014-06-10 23:00:47 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-06-10 23:21:09 +0200 |
commit | 31e29e62f48b3fcc8552472a8beb8bd1a5f06d5f (patch) | |
tree | 325ea739cca88c70ed3d4f92b472be7a5b7befb9 /configure.ac | |
parent | dfcb5729853945f27188780fc1cf50d3c09c3188 (diff) |
zeroconf/Avahi: call dbus_shutdown() during shutdown
Make valgrind happy.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |