Module: wine Branch: master Commit: 583ad67ff0f7290c2e30978d8a16e909a1f24dd9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=583ad67ff0f7290c2e30978d8...
Author: Jacek Caban jacek@codeweavers.com Date: Tue May 5 16:30:58 2020 +0200
configure: Allow specifying default CROSSTARGET as configure argument.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 1 - configure.ac | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure b/configure index f730956951..47a2a25219 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 3716f4f46f..103e81e285 100644 --- a/configure.ac +++ b/configure.ac @@ -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