summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.sh.in
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-07-21 15:27:19 (GMT)
committerescoffon <escoffon>1998-07-21 15:27:19 (GMT)
commit4eecf8bd2afe8a67d15da30c4218233f9bee11b7 (patch)
tree8263cb72c85a34230efff2ec978ca891386072e8 /unix/tkConfig.sh.in
parentc2266d44db04f4164e2f13aec24d4de86599aef2 (diff)
downloadtk-4eecf8bd2afe8a67d15da30c4218233f9bee11b7.zip
tk-4eecf8bd2afe8a67d15da30c4218233f9bee11b7.tar.gz
tk-4eecf8bd2afe8a67d15da30c4218233f9bee11b7.tar.bz2
added setting of TK_LIB_FLAG
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 544d658..9252439 100644
--- a/unix/tkConfig.sh.in
+++ b/unix/tkConfig.sh.in
@@ -45,6 +45,9 @@ TK_XINCLUDES='@XINCLUDES@'
# Linker switch(es) to use to link with the X11 library archive.
TK_XLIBSW='@XLIBSW@'
+# -l flag to pass to the linker to pick up the Tcl library
+TK_LIB_FLAG='@TK_LIB_FLAG@'
+
# String to pass to linker to pick up the Tk library from its
# build directory.
TK_BUILD_LIB_SPEC='@TK_BUILD_LIB_SPEC@'