diff options
author | hobbs <hobbs> | 2002-10-22 18:56:28 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-10-22 18:56:28 (GMT) |
commit | 0cbe334420539d186cd5ff193bc294db21a6ae3f (patch) | |
tree | e4451ce772d44695b34a70b31e822a2aeef251cb /win/configure.in | |
parent | cd83bd4f9b2b62007d4f9eed42dffba1e49e70f0 (diff) | |
download | tcl-0cbe334420539d186cd5ff193bc294db21a6ae3f.zip tcl-0cbe334420539d186cd5ff193bc294db21a6ae3f.tar.gz tcl-0cbe334420539d186cd5ff193bc294db21a6ae3f.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.
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 3 |
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} |