aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
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])