summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.sh.in
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2005-01-10 18:57:39 (GMT)
committerjenglish <jenglish@flightlab.com>2005-01-10 18:57:39 (GMT)
commit0932cd846593a23540c4c74818684c574159831c (patch)
tree9af6cb5c708bbf26af1660cbda26df772b3afa7f /unix/tkConfig.sh.in
parentab0d39f7f42ae61b5096c0c40cb2c1c4c5fb5210 (diff)
downloadtk-0932cd846593a23540c4c74818684c574159831c.zip
tk-0932cd846593a23540c4c74818684c574159831c.tar.gz
tk-0932cd846593a23540c4c74818684c574159831c.tar.bz2
Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595].
Re-synced with tcl/unix/tcl.m4.
Diffstat (limited to 'unix/tkConfig.sh.in')
-rw-r--r--unix/tkConfig.sh.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in
index c49f837..a24223a 100644
--- a/unix/tkConfig.sh.in
+++ b/unix/tkConfig.sh.in
@@ -11,7 +11,7 @@
#
# The information in this file is specific to a single platform.
#
-# RCS: @(#) $Id: tkConfig.sh.in,v 1.10 2003/09/25 05:36:08 das Exp $
+# RCS: @(#) $Id: tkConfig.sh.in,v 1.11 2005/01/10 18:57:42 jenglish Exp $
# Tk's version number.
TK_VERSION='@TK_VERSION@'
@@ -25,8 +25,10 @@ TK_DEFS='@DEFS@'
# Flag, 1: we built a shared lib, 0 we didn't
TK_SHARED_BUILD=@TK_SHARED_BUILD@
-# This indicates if Tk was build with debugging symbols
-TK_DBGX=@TK_DBGX@
+
+# TK_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.
+TK_DBGX=
# The name of the Tk library (may be either a .a file or a shared library):
TK_LIB_FILE='@TK_LIB_FILE@'