configure: Allow specifying default CROSSTARGET as configure argument.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Jacek Caban 2020-05-05 16:30:58 +02:00 committed by Alexandre Julliard
parent 3cae9288ea
commit 583ad67ff0
2 changed files with 1 additions and 2 deletions

1
configure vendored
View File

@ -9732,7 +9732,6 @@ enable_wineandroid_drv=${enable_wineandroid_drv:-no}
enable_winemac_drv=${enable_winemac_drv:-no}
test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
CROSSTARGET=""
if test "x$with_mingw" != xno
then

View File

@ -1023,7 +1023,7 @@ enable_winemac_drv=${enable_winemac_drv:-no}
test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
dnl Check for cross compiler to build test programs
AC_SUBST(CROSSTARGET,"")
AC_SUBST(CROSSTARGET)
if test "x$with_mingw" != xno
then
case "x$with_mingw" in