From da5d861e333677532dfaa8496046e1e6229feb24 Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 28 Sep 2000 06:33:18 +0000 Subject: * win/tclConfig.sh.in (TCL_LIBS): Cleaned up unix-specific autoconf variables. --- win/tclConfig.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in index 9bbf778..5b35f0d 100644 --- a/win/tclConfig.sh.in +++ b/win/tclConfig.sh.in @@ -9,7 +9,7 @@ # # The information in this file is specific to a single platform. # -# RCS: @(#) $Id: tclConfig.sh.in,v 1.5 2000/07/07 11:13:07 mo Exp $ +# RCS: @(#) $Id: tclConfig.sh.in,v 1.6 2000/09/28 06:33:18 hobbs Exp $ TCL_DLL_FILE="@TCL_DLL_FILE@" @@ -53,7 +53,7 @@ TCL_NEEDS_EXP_FILE=@TCL_NEEDS_EXP_FILE@ TCL_EXPORT_FILE_SUFFIX='@CFG_TCL_EXPORT_FILE_SUFFIX@' # Additional libraries to use when linking Tcl. -TCL_LIBS='@DL_LIBS@ @LIBS@ @MATH_LIBS@' +TCL_LIBS='@LIBS@' # Top-level directory in which Tcl's platform-independent files are # installed. -- cgit v0.12