m4/mpd_depends.m4: print warning when disabling the feature

This commit is contained in:
Max Kellermann
2017-01-26 09:58:34 +01:00
parent 8d4ed1e988
commit 5ad1fe77b1
3 changed files with 6 additions and 5 deletions

View File

@@ -181,5 +181,5 @@ dnl
dnl Parameters: varname1, varname2, pkg, description, errmsg, default, dep_variable, dep_errmsg
AC_DEFUN([MPD_ENABLE_AUTO_PKG_DEPENDS], [
MPD_ENABLE_AUTO_PKG([$1], [$2], [$3], [$4], [$5], [$6],
[MPD_DEPENDS([enable_$1], [$7], [$8])])
[MPD_DEPENDS([enable_$1], [$7], [$4], [$8])])
])