diff options
author | nijtmans <nijtmans> | 2010-11-16 14:03:34 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-11-16 14:03:34 (GMT) |
commit | 7772168ed504f75d8ba73680abeb188d620e679a (patch) | |
tree | 55736a49d6e36c10e72b9b7a57db9b3d31d34406 /win/tcl.m4 | |
parent | 05af21c6aea1b6690c3ee615a0451f10870d49a7 (diff) | |
download | tcl-7772168ed504f75d8ba73680abeb188d620e679a.zip tcl-7772168ed504f75d8ba73680abeb188d620e679a.tar.gz tcl-7772168ed504f75d8ba73680abeb188d620e679a.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 |