diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-02 22:16:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-02 22:16:30 (GMT) |
commit | 2f12ea81595fa2c12110f50902c052e3f93fac2c (patch) | |
tree | f3cf740895cc1e25f4e5d59869eb59bee7c80894 /win/tcl.m4 | |
parent | fc7eccf73fe7247a50baae92ad4d63c1755f4efd (diff) | |
parent | cea4902d29e7d1701f4516989eb09a16dbc56af4 (diff) | |
download | tk-2f12ea81595fa2c12110f50902c052e3f93fac2c.zip tk-2f12ea81595fa2c12110f50902c052e3f93fac2c.tar.gz tk-2f12ea81595fa2c12110f50902c052e3f93fac2c.tar.bz2 |
sync tcl.m4 with Tcl version
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -317,7 +317,6 @@ AC_DEFUN([SC_ENABLE_SYMBOLS], [ fi AC_SUBST(CFLAGS_DEFAULT) AC_SUBST(LDFLAGS_DEFAULT) - AC_DEFINE(TCL_CFG_DEBUG) if test "$tcl_ok" = "mem" -o "$tcl_ok" = "all"; then AC_DEFINE(TCL_MEM_DEBUG, 1, [Is memory debugging enabled?]) @@ -418,9 +417,6 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ if test "$GCC" = "yes"; then - if test "$TCL_CC" = "gcc"; then - CFLAGS="$CFLAGS -mwin32" - fi AC_CACHE_CHECK(for cross-compile version of gcc, ac_cv_cross, AC_TRY_COMPILE([ |