Skip to content

Commit 5f0fb56

Browse files
author
H. Peter Anvin
committed
autoconf: remove unnecessary hacks in PA_CROSS_COMPILE
The WINE-disabling hacks were a bit excessive. Signed-off-by: H. Peter Anvin <[email protected]>
1 parent e55c571 commit 5f0fb56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

autoconf/m4/pa_cross_compile.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ 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
3834
3935
AC_CANONICAL_BUILD
4036
AC_CANONICAL_HOST

0 commit comments

Comments
 (0)