diff options
Diffstat (limited to 'm4/mpd_auto.m4')
-rw-r--r-- | m4/mpd_auto.m4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/m4/mpd_auto.m4 b/m4/mpd_auto.m4 index 7a13b4cdc..b8355fd5a 100644 --- a/m4/mpd_auto.m4 +++ b/m4/mpd_auto.m4 @@ -178,8 +178,10 @@ AC_DEFUN([MPD_ENABLE_AUTO_HEADER], [ dnl Wrapper for MPD_ENABLE_AUTO_PKG and MPD_DEPENDS dnl -dnl Parameters: varname1, varname2, pkg, description, errmsg, default, dep_variable, dep_errmsg +dnl Parameters: varname1, varname2, pkg, description, errmsg, default, dep_variable, dep_errmsg, pre AC_DEFUN([MPD_ENABLE_AUTO_PKG_DEPENDS], [ - MPD_ENABLE_AUTO_PKG([$1], [$2], [$3], [$4], [$5], [$6], - [MPD_DEPENDS([enable_$1], [$7], [$4], [$8])]) + MPD_ENABLE_AUTO_PKG([$1], [$2], [$3], [$4], [$5], [$6], [ + $9 + MPD_DEPENDS([enable_$1], [$7], [$4], [$8]) + ]) ]) |