diff options
author | mdejong <mdejong> | 2005-12-10 01:38:09 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-12-10 01:38:09 (GMT) |
commit | 4ddd58307b04e25e740d0388a99d530cd18bf715 (patch) | |
tree | 8a6ad66f092c9afec03532ba225c805889d3b7cb /win/tcl.m4 | |
parent | eeef28e57a775d4290fcc11d968af58b50830a0d (diff) | |
download | tk-4ddd58307b04e25e740d0388a99d530cd18bf715.zip tk-4ddd58307b04e25e740d0388a99d530cd18bf715.tar.gz tk-4ddd58307b04e25e740d0388a99d530cd18bf715.tar.bz2 |
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Define MACHINE
for gcc builds. The lack of a definition of this
variable in the manifest file was causing a
runtime error in wish built with gcc.
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -552,6 +552,9 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ #LDFLAGS_WINDOW="-mwindows -e _WinMain@16 ${extra_ldflags}" LDFLAGS_CONSOLE="-mconsole ${extra_ldflags}" LDFLAGS_WINDOW="-mwindows ${extra_ldflags}" + + # gcc under Windows supports only 32bit builds + MACHINE="X86" else if test "${SHARED_BUILD}" = "0" ; then # static |