aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 22:53:53 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 22:53:53 +0100
commit6837e5a6a09bfc499e09f7e5259f84a111bca8f6 (patch)
tree594a35bb656e4b38a5550a50d9656d012aa6d63d /m4
parent59400d38a99ac8ffbfd7d89e021ed2f56ffbfd23 (diff)
parent9761abf3b5726cf3870ce4cb36e47c86ac8cee86 (diff)
Merge branch 'v0.17.x'
Diffstat (limited to 'm4')
-rw-r--r--m4/mpd_auto.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/mpd_auto.m4 b/m4/mpd_auto.m4
index 23713d5b..122c2588 100644
--- a/m4/mpd_auto.m4
+++ b/m4/mpd_auto.m4
@@ -73,7 +73,8 @@ AC_DEFUN([MPD_AUTO_PKG_LIB], [
[eval "found_$1=yes"],
AC_CHECK_LIB($4, $5,
[eval "found_$1=yes $2_LIBS='$6' $2_CFLAGS='$7'"],
- [eval "found_$1=no"]))
+ [eval "found_$1=no"],
+ [$6]))
fi
MPD_AUTO_RESULT([$1], [$8], [$9])