summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.sh.in
diff options
context:
space:
mode:
authorwelch <welch>1998-07-28 17:38:56 (GMT)
committerwelch <welch>1998-07-28 17:38:56 (GMT)
commita95d29b7e768cc96d7f8323eb25e457f62f4172e (patch)
tree7bbde7ff7df62e2f1b837cdb31d5073db1b592ff /unix/tkConfig.sh.in
parentc0c053c23c5a754890557229698bf98f5a6a04e5 (diff)
downloadtk-a95d29b7e768cc96d7f8323eb25e457f62f4172e.zip
tk-a95d29b7e768cc96d7f8323eb25e457f62f4172e.tar.gz
tk-a95d29b7e768cc96d7f8323eb25e457f62f4172e.tar.bz2
DGBX changes
Diffstat (limited to 'unix/tkConfig.sh.in')
-rw-r--r--unix/tkConfig.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in
index 9252439..c818047 100644
--- a/unix/tkConfig.sh.in
+++ b/unix/tkConfig.sh.in
@@ -25,6 +25,9 @@ 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@
+
# The name of the Tk library (may be either a .a file or a shared library):
TK_LIB_FILE=@TK_LIB_FILE@