diff options
author | Max Kellermann <max@duempel.org> | 2011-09-01 10:07:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-09-01 10:11:23 +0200 |
commit | e635d479129fe3a6ea4cff13b682be6cc97db81c (patch) | |
tree | b7350b3a1c60e835058a42f0803fab9a1eb5da6f /NEWS | |
parent | 53ac72a8783c54467f7462cf536d637e058da0fd (diff) | |
download | mpd-e635d479129fe3a6ea4cff13b682be6cc97db81c.tar.gz mpd-e635d479129fe3a6ea4cff13b682be6cc97db81c.tar.xz mpd-e635d479129fe3a6ea4cff13b682be6cc97db81c.zip |
configure.ac: use MPD_AUTO_PKG to detect avahi
Don't abort the configure script when avahi could not be
auto-detected. It previously did, because there was no custom "fail"
action for PKG_CHECK_MODULES.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ ver 0.16.4 (2011/??/??) +* don't abort configure when avahi is not found * fix memory leaks * don't resume playback when seeking to another song while paused * apply follow_inside_symlinks to absolute symlinks |