diff options
author | mdejong <mdejong> | 2001-04-25 22:10:58 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-04-25 22:10:58 (GMT) |
commit | 53026cad23ffc8d2f583211879bec4ec4de9b7b1 (patch) | |
tree | 81b324d139345e3179e32231927494c4b70e9bc3 /win/tcl.m4 | |
parent | 5ba5d121498334fb1b09f603ada829b1b5b0a7f4 (diff) | |
download | tk-53026cad23ffc8d2f583211879bec4ec4de9b7b1.zip tk-53026cad23ffc8d2f583211879bec4ec4de9b7b1.tar.gz tk-53026cad23ffc8d2f583211879bec4ec4de9b7b1.tar.bz2 |
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl.
* win/configure: Regen.
* win/tcl.m4: Update from Tcl.
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -224,6 +224,7 @@ AC_DEFUN(SC_ENABLE_THREADS, [ TCL_THREADS=0 AC_MSG_RESULT([no (default)]) fi + AC_SUBST(TCL_THREADS) ]) #------------------------------------------------------------------------ @@ -321,8 +322,6 @@ AC_DEFUN(SC_ENABLE_SYMBOLS, [ AC_DEFUN(SC_CONFIG_CFLAGS, [ # Step 0: Enable 64 bit support? - # Currently Tk requires no extra flags for 64bit support. - # It just needs to find the right compiler, which is up to the user. AC_MSG_CHECKING([if 64bit support is requested]) AC_ARG_ENABLE(64bit,[ --enable-64bit enable 64bit support (where applicable)], [do64bit=$enableval], [do64bit=no]) @@ -494,6 +493,10 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ # built -- Console vs. Window. LDFLAGS_CONSOLE="-link -subsystem:console" LDFLAGS_WINDOW="-link -subsystem:windows" + + if test "$do64bit" = "yes" ; then + EXTRA_CFLAGS="$EXTRA_CFLAGS -DUSE_TCLALLOC=0" + fi fi ]) |