summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-12 21:30:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-12 21:30:09 (GMT)
commita9867d1776a4e7142e90f6ff693f06020b2cad7a (patch)
tree4bce32b739803a877926c66a2dc226f18c1f3d6d /unix/tcl.m4
parentb7d875f8b9a88c5fe0f825bae8f339547a84eb10 (diff)
parent6c20a6ff0d3a2aea218b48df0ff32aafeb23167d (diff)
downloadtcl-a9867d1776a4e7142e90f6ff693f06020b2cad7a.zip
tcl-a9867d1776a4e7142e90f6ff693f06020b2cad7a.tar.gz
tcl-a9867d1776a4e7142e90f6ff693f06020b2cad7a.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 9cd58b5..74dc5ce 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; }