summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-11-16 14:03:34 (GMT)
committernijtmans <nijtmans>2010-11-16 14:03:34 (GMT)
commite02c453ac1080eb369646528c2fa0eee8510ba83 (patch)
tree55736a49d6e36c10e72b9b7a57db9b3d31d34406 /win/tcl.m4
parenta4c47fe21756aaa1d76d7e820521184abbe07178 (diff)
downloadtcl-e02c453ac1080eb369646528c2fa0eee8510ba83.zip
tcl-e02c453ac1080eb369646528c2fa0eee8510ba83.tar.gz
tcl-e02c453ac1080eb369646528c2fa0eee8510ba83.tar.bz2
Bring compilation under mingw-w64 a bit closer to reality
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index ff07c34..ff61263 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -477,7 +477,7 @@ file for information about building with Mingw.])
MAKE_EXE="\${CC} -o \[$]@"
LIBPREFIX="lib"
- extra_cflags="-pipe"
+ extra_cflags="-pipe -DTCL_BROKEN_MAINARGS"
extra_ldflags="-pipe"
if test "$ac_cv_cygwin" = "yes"; then