diff options
author | nijtmans <nijtmans> | 2010-11-16 14:05:36 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-11-16 14:05:36 (GMT) |
commit | f1c7fea84dca36312c54c8513abc7253d10838a2 (patch) | |
tree | 8b4ecc571b58e16e547a6af6fc777ab264b0ecbf /win/configure | |
parent | 68d0160d54c6bd5b4b77778284a30f944d5123ac (diff) | |
download | tk-f1c7fea84dca36312c54c8513abc7253d10838a2.zip tk-f1c7fea84dca36312c54c8513abc7253d10838a2.tar.gz tk-f1c7fea84dca36312c54c8513abc7253d10838a2.tar.bz2 |
Bring compilation under mingw-w64 a bit closer to reality
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 5ef96d9..2b69036 100755 --- a/win/configure +++ b/win/configure @@ -3301,7 +3301,7 @@ echo "$as_me: WARNING: 64bit mode not supported with GCC on Windows" >&2;} 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 |