Skip to content

Commit c56472f

Browse files
author
H. Peter Anvin
committed
autoconf: updated pa_cross_compile
Probably unnecessary, but be more aggressive in defanging WINE. Signed-off-by: H. Peter Anvin <[email protected]>
1 parent 2d710ad commit c56472f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

autoconf/m4/pa_cross_compile.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ AC_DEFUN_ONCE([PA_CROSS_COMPILE],
3131
# Disable WINE
3232
WINELOADER=/dev/null
3333
export WINELOADER
34+
WINESERVER=/dev/null
35+
export WINESERVER
36+
WINEPREFIX=/dev/null
37+
export WINEPREFIX
3438
3539
AC_CANONICAL_BUILD
3640
AC_CANONICAL_HOST

0 commit comments

Comments
 (0)