summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-10-10 04:56:21 (GMT)
committerhobbs <hobbs>2002-10-10 04:56:21 (GMT)
commit6d39e6c0d49b215bea549efde077c593f53b28ea (patch)
treeff90a224e18edb445545b313dd28ffed67c2cc49 /unix/configure.in
parent3cb21be3557aec892643f059671997558259e741 (diff)
downloadtcl-6d39e6c0d49b215bea549efde077c593f53b28ea.zip
tcl-6d39e6c0d49b215bea549efde077c593f53b28ea.tar.gz
tcl-6d39e6c0d49b215bea549efde077c593f53b28ea.tar.bz2
* unix/README: doc'ed --enable-symbols options.
* unix/Makefile.in: removed @MEM_DEBUG_FLAGS@ subst. * unix/configure: regen * unix/configure.in: removed SC_ENABLE_MEMDEBUG call * unix/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 'unix/configure.in')
-rw-r--r--unix/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 79eb60a..2d51ff8 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.103 2002/09/27 18:04:13 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.104 2002/10/10 04:56:22 hobbs Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
@@ -433,7 +433,6 @@ SC_ENABLE_SHARED
SC_CONFIG_CFLAGS
SC_ENABLE_SYMBOLS
-SC_ENABLE_MEMDEBUG
TCL_DBGX=${DBGX}