Commit 583ad67f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

configure: Allow specifying default CROSSTARGET as configure argument.

parent 3cae9288
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment