summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-05-02 22:16:30 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-05-02 22:16:30 (GMT)
commitf14468f96a16fbfd3e1f14eb14841464d909264f (patch)
treef3cf740895cc1e25f4e5d59869eb59bee7c80894 /win
parentba3cc7da8e6f79fb0a94f2eb617bf21a6a929d9e (diff)
parent573a2d34f16007f09b030fe53bb13959282ad185 (diff)
downloadtk-f14468f96a16fbfd3e1f14eb14841464d909264f.zip
tk-f14468f96a16fbfd3e1f14eb14841464d909264f.tar.gz
tk-f14468f96a16fbfd3e1f14eb14841464d909264f.tar.bz2
sync tcl.m4 with Tcl version
FossilOrigin-Name: 79101c73f0abcf38d3e8910a9fa0ff7b5bd49841
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure7
-rw-r--r--win/tcl.m44
2 files changed, 0 insertions, 11 deletions
diff --git a/win/configure b/win/configure
index fc8f41c..ad99837 100755
--- a/win/configure
+++ b/win/configure
@@ -3379,9 +3379,6 @@ fi
if test "$GCC" = "yes"; then
- if test "$TCL_CC" = "gcc"; then
- CFLAGS="$CFLAGS -mwin32"
- fi
echo "$as_me:$LINENO: checking for cross-compile version of gcc" >&5
echo $ECHO_N "checking for cross-compile version of gcc... $ECHO_C" >&6
if test "${ac_cv_cross+set}" = set; then
@@ -4766,10 +4763,6 @@ echo "${ECHO_T}yes (standard debugging)" >&6
fi
- cat >>confdefs.h <<\_ACEOF
-#define TCL_CFG_DEBUG 1
-_ACEOF
-
if test "$tcl_ok" = "mem" -o "$tcl_ok" = "all"; then
diff --git a/win/tcl.m4 b/win/tcl.m4
index 1d458b8..bbea9a3 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -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([