summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2002-10-22 18:56:28 (GMT)
committerhobbs <hobbs@noemail.net>2002-10-22 18:56:28 (GMT)
commitbdbd3cdbd06e7db98213c411441f39107ebef113 (patch)
treee4451ce772d44695b34a70b31e822a2aeef251cb /win/configure.in
parent427b8ea82adf8316736f31e4bf14024872e604f9 (diff)
downloadtcl-bdbd3cdbd06e7db98213c411441f39107ebef113.zip
tcl-bdbd3cdbd06e7db98213c411441f39107ebef113.tar.gz
tcl-bdbd3cdbd06e7db98213c411441f39107ebef113.tar.bz2
* win/Makefile.in: removed @MEM_DEBUG_FLAGS@ subst.
* win/configure: regen * win/configure.in: removed SC_ENABLE_MEMDEBUG call * win/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent SC_ENABLE_SYMBOLS that takes yes|no|mem|compile|all as options now. FossilOrigin-Name: 2e6e5ea4fcbf754da7ad4b6db1f172658fbb9d88
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in
index 4d4956a..d684446 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.57 2002/10/18 23:58:41 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.58 2002/10/22 18:56:28 hobbs Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
@@ -171,7 +171,6 @@ SC_CONFIG_CFLAGS
#--------------------------------------------------------------------
SC_ENABLE_SYMBOLS
-SC_ENABLE_MEMDEBUG
TCL_DBGX=${DBGX}