]> git.draconx.ca Git - gentoo-fixes.git/blob - app-emulation/wine-vanilla/files/4.0.4-configure-fixes.patch
app-emulation/wine-vanilla-4.0.4: Adapt mpg123 dependency.
[gentoo-fixes.git] / app-emulation / wine-vanilla / files / 4.0.4-configure-fixes.patch
1 diff --git a/aclocal.m4 b/aclocal.m4
2 index 25ac678..1d41d6a 100644
3 --- a/aclocal.m4
4 +++ b/aclocal.m4
5 @@ -28,7 +28,7 @@ dnl Like AC_CHECK_TOOL but without the broken fallback to non-prefixed name
6  dnl
7  AC_DEFUN([WINE_CHECK_HOST_TOOL],
8  [AS_VAR_SET_IF([ac_tool_prefix],
9 -  AC_CHECK_PROG([$1],[${ac_tool_prefix}$2],[${ac_tool_prefix}$2],,[$4]))
10 +  [AC_CHECK_PROG([$1],[${ac_tool_prefix}$2],[${ac_tool_prefix}$2],,[$4])])
11  AS_VAR_IF([ac_cv_prog_$1],[],
12    [AS_VAR_IF([cross_compiling],[yes],[],
13      [AS_UNSET([ac_cv_prog_$1])