summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>2000-07-31 04:15:48 (GMT)
committerwelch <welch@noemail.net>2000-07-31 04:15:48 (GMT)
commitb79be3071ae124541976927d7370c8c26a2f36a9 (patch)
tree6d61a797dae12a0d129917b914f4cc1dbaf49b06
parent9d1ecf32320f91b044c411e4783611b6047d3b05 (diff)
downloadtk-b79be3071ae124541976927d7370c8c26a2f36a9.zip
tk-b79be3071ae124541976927d7370c8c26a2f36a9.tar.gz
tk-b79be3071ae124541976927d7370c8c26a2f36a9.tar.bz2
Chagned GRAPHICS_LIBS to LIBS_GUI to match changes in makefile/configure
FossilOrigin-Name: 79cf847a6f355ee952562809d4f5d96168d0d848
-rw-r--r--win/tkConfig.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tkConfig.sh.in b/win/tkConfig.sh.in
index 3b2a964..d623b81 100644
--- a/win/tkConfig.sh.in
+++ b/win/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.1.10.1 2000/07/11 04:53:13 welch Exp $
+# RCS: @(#) $Id: tkConfig.sh.in,v 1.1.10.2 2000/07/31 04:15:49 welch Exp $
# Tk's version number.
TK_VERSION='@TK_VERSION@'
@@ -32,8 +32,8 @@ TK_DBGX=@TK_DBGX@
TK_LIB_FILE='@TK_LIB_FILE@'
# Additional libraries to use when linking Tk.
-TK_LIBS='@LIBS@ @GRAPHIC_LIBS@'
-GRAPHIC_LIBS='@GRAPHIC_LIBS@'
+TK_LIBS='@LIBS@ @LIBS_GUI@'
+LIBS_GUI='@LIBS_GUI@'
# Top-level directory in which Tcl's platform-independent files are
# installed.