summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-30 08:21:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-30 08:21:20 (GMT)
commit15194461b1ae5479887c7348dfcba4c11a01fe30 (patch)
treedadf1f5e1deb95f154ab47ed7137513112c541cd /unix/tcl.m4
parent5bf4c011e1e583ad9be1bae5a6e38cae7cbb81e7 (diff)
downloadtcl-15194461b1ae5479887c7348dfcba4c11a01fe30.zip
tcl-15194461b1ae5479887c7348dfcba4c11a01fe30.tar.gz
tcl-15194461b1ae5479887c7348dfcba4c11a01fe30.tar.bz2
Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2
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 4c96316..449d7af 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1247,7 +1247,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
;;
- CYGWIN_*|MINGW32*)
+ CYGWIN_*|MINGW32*|MSYS_*)
SHLIB_CFLAGS=""
SHLIB_LD='${CC} -shared'
SHLIB_SUFFIX=".dll"
@@ -2060,7 +2060,7 @@ dnl # preprocessing tests use only CPPFLAGS.
case $system in
AIX-*) ;;
BSD/OS*) ;;
- CYGWIN_*|MINGW32_*) ;;
+ CYGWIN_*|MINGW32_*|MSYS_*) ;;
IRIX*) ;;
NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
Darwin-*) ;;