diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-01 08:49:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-01 08:49:30 (GMT) |
commit | 53a9a5dc8fdd7aac66544c1c0db83f8943ed8ba6 (patch) | |
tree | a0b16bdc8175a89478746593bc25d64d1c6eaf0f /unix/tcl.m4 | |
parent | 15194461b1ae5479887c7348dfcba4c11a01fe30 (diff) | |
download | tcl-53a9a5dc8fdd7aac66544c1c0db83f8943ed8ba6.zip tcl-53a9a5dc8fdd7aac66544c1c0db83f8943ed8ba6.tar.gz tcl-53a9a5dc8fdd7aac66544c1c0db83f8943ed8ba6.tar.bz2 |
Missing '_' in unix/tcl.m4 (Only relevant for mingw)
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 449d7af..0a76b0d 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*|MSYS_*) + CYGWIN_*|MINGW32_*|MSYS_*) SHLIB_CFLAGS="" SHLIB_LD='${CC} -shared' SHLIB_SUFFIX=".dll" |