From b0619c35c158b2edbff2c1d55efb4573d8d2b3cc Mon Sep 17 00:00:00 2001 From: Michael Ortmann <41313082+michaelortmann@users.noreply.github.com> Date: Fri, 14 Jun 2024 01:42:02 +0200 Subject: [PATCH] Update tcl.m4 to https://core.tcl-lang.org/tclconfig/artifact/0201401949 at 2018-03-21 22:21:00 on branch trunk --- m4/tcl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/tcl.m4 b/m4/tcl.m4 index 9a3afcd4b..1a033f64e 100644 --- a/m4/tcl.m4 +++ b/m4/tcl.m4 @@ -309,7 +309,7 @@ The PACKAGE_NAME variable must be defined by your TEA configure.ac]) fi case "`uname -s`" in - *win32*|*WIN32*|*MINGW32_*) + *win32*|*WIN32*|*MINGW32_*|*MINGW64_*) AC_CHECK_PROG(CYGPATH, cygpath, cygpath -m, echo) EXEEXT=".exe" TEA_PLATFORM="windows"