diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-12 21:34:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-12 21:34:11 (GMT) |
commit | 4a95c9f7b470865b6c28e0eb34b8bf725a8951cf (patch) | |
tree | ebaa8621c7a5602ece3f724c220f82d9dffceb55 /unix/tcl.m4 | |
parent | 304456c27894c1a53b435c99aa10036f018204fd (diff) | |
download | tk-4a95c9f7b470865b6c28e0eb34b8bf725a8951cf.zip tk-4a95c9f7b470865b6c28e0eb34b8bf725a8951cf.tar.gz tk-4a95c9f7b470865b6c28e0eb34b8bf725a8951cf.tar.bz2 |
Starting with 8.7, don't bother Cygwin32 any more. Only Cygwin64 will be supported
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index e2bf286..a5a4884 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1105,9 +1105,9 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ fi do64bit_ok=yes if test "x${SHARED_BUILD}" = "x1"; then - echo "running cd ../win; ${CONFIG_SHELL-/bin/sh} ./configure $ac_configure_args" + echo "running cd ../win; ${CONFIG_SHELL-/bin/sh} ./configure $ac_configure_args --enable-64bit --host=x86_64-w64-mingw32" # The eval makes quoting arguments work. - if cd ../win; eval ${CONFIG_SHELL-/bin/sh} ./configure $ac_configure_args; cd ../unix + if cd ../win; eval ${CONFIG_SHELL-/bin/sh} ./configure $ac_configure_args --enable-64bit --host=x86_64-w64-mingw32; cd ../unix then : else { echo "configure: error: configure failed for ../win" 1>&2; exit 1; } |