summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2005-01-10 18:43:37 (GMT)
committerjenglish <jenglish@flightlab.com>2005-01-10 18:43:37 (GMT)
commitdd38c2dbdfed06c7154c556b1dfd89066e3fea17 (patch)
treec0ba02d1d159e9580d0496eae6dd01bee50e8c2f /unix/tclConfig.sh.in
parent2d59677cd079d9ecd994b875aceb5e960fb652c6 (diff)
downloadtcl-dd38c2dbdfed06c7154c556b1dfd89066e3fea17.zip
tcl-dd38c2dbdfed06c7154c556b1dfd89066e3fea17.tar.gz
tcl-dd38c2dbdfed06c7154c556b1dfd89066e3fea17.tar.bz2
Remove ${DBGX}, ${TCL_DBGX} from Tcl build system [Patch 1081595].
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r--unix/tclConfig.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index a2496a9..287532e 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -9,7 +9,7 @@
#
# The information in this file is specific to a single platform.
#
-# RCS: @(#) $Id: tclConfig.sh.in,v 1.19 2004/06/15 20:28:03 hobbs Exp $
+# RCS: @(#) $Id: tclConfig.sh.in,v 1.20 2005/01/10 18:43:39 jenglish Exp $
# Tcl's version number.
TCL_VERSION='@TCL_VERSION@'
@@ -23,9 +23,9 @@ TCL_CC='@CC@'
# -D flags for use with the C compiler.
TCL_DEFS='@DEFS@'
-# If TCL was built with debugging symbols, generated libraries contain
-# this string at the end of the library name (before the extension).
-TCL_DBGX=@TCL_DBGX@
+# TCL_DBGX used to be used to distinguish debug vs. non-debug builds.
+# This was a righteous pain so the core doesn't do that any more.
+TCL_DBGX=
# Default flags used in an optimized and debuggable build, respectively.
TCL_CFLAGS_DEBUG='@CFLAGS_DEBUG@'