Skip to content

Commit

Permalink
autoconf: updated pa_cross_compile
Browse files Browse the repository at this point in the history
Probably unnecessary, but be more aggressive in defanging WINE.

Signed-off-by: H. Peter Anvin <[email protected]>
  • Loading branch information
H. Peter Anvin committed Apr 17, 2024
1 parent 2d710ad commit c56472f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autoconf/m4/pa_cross_compile.m4
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ AC_DEFUN_ONCE([PA_CROSS_COMPILE],
# Disable WINE
WINELOADER=/dev/null
export WINELOADER
WINESERVER=/dev/null
export WINESERVER
WINEPREFIX=/dev/null
export WINEPREFIX
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
Expand Down

0 comments on commit c56472f

Please sign in to comment.