diff options
Diffstat (limited to 'unix/tkConfig.sh.in')
-rw-r--r-- | unix/tkConfig.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in index f8d43f1..735adba 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.8 2002/07/28 03:23:08 mdejong Exp $ +# RCS: @(#) $Id: tkConfig.sh.in,v 1.9 2003/04/04 19:29:51 mdejong Exp $ # Tk's version number. TK_VERSION='@TK_VERSION@' @@ -32,7 +32,7 @@ TK_DBGX=@TK_DBGX@ TK_LIB_FILE='@TK_LIB_FILE@' # Additional libraries to use when linking Tk. -TK_LIBS='@XLIBSW@ @DL_LIBS@ @LIBS@ @MATH_LIBS@' +TK_LIBS='@XLIBSW@ @LIBS@ @TCL_LIBS@' # Top-level directory in which Tcl's platform-independent files are # installed. |