diff options
author | nijtmans <nijtmans> | 2010-11-16 14:03:34 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-11-16 14:03:34 (GMT) |
commit | e02c453ac1080eb369646528c2fa0eee8510ba83 (patch) | |
tree | 55736a49d6e36c10e72b9b7a57db9b3d31d34406 /win/tcl.m4 | |
parent | a4c47fe21756aaa1d76d7e820521184abbe07178 (diff) | |
download | tcl-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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |