summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authormo <mo>2000-07-27 22:47:37 (GMT)
committermo <mo>2000-07-27 22:47:37 (GMT)
commit3d772a42366db3a24d6db9b00e80245fdf991bf1 (patch)
tree4c93448c256769198cb74328c8babcf356deb103 /win/configure.in
parentfcaba0fc6ffdd96ed842377efbc754dd2191a10a (diff)
downloadtcl-3d772a42366db3a24d6db9b00e80245fdf991bf1.zip
tcl-3d772a42366db3a24d6db9b00e80245fdf991bf1.tar.gz
tcl-3d772a42366db3a24d6db9b00e80245fdf991bf1.tar.bz2
* win/configure.in: TCL_STUB_LIB_FLAG should not
include ${TCL_DBGX} in win/tclConfig.sh, fix that.
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/win/configure.in b/win/configure.in
index e767b1b..ec2725f 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -2,7 +2,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.25 2000/07/21 16:22:47 mo Exp $
+# RCS: @(#) $Id: configure.in,v 1.26 2000/07/27 22:47:37 mo Exp $
AC_INIT(../generic/tcl.h)
@@ -110,9 +110,8 @@ eval "TCL_LIB_FILE=${LIBPREFIX}tcl$VER${LIBSUFFIX}"
#TCL_BUILD_LIB_SPEC
#TCL_LIB_SPEC
-# FIXME: We use LIBSUFFIX (includes ${TCL_DBGX} not g), is that right?
eval "TCL_STUB_LIB_FILE=\"${LIBPREFIX}tclstub${VER}${LIBSUFFIX}\""
-eval "TCL_STUB_LIB_FLAG=\"-ltclstub${VER}${LIBSUFFIX}\""
+eval "TCL_STUB_LIB_FLAG=\"-ltclstub${VER}${TCL_DBGX}\""
eval "TCL_BUILD_STUB_LIB_SPEC=\"-L`pwd` ${TCL_STUB_LIB_FLAG}\""
eval "TCL_STUB_LIB_SPEC=\"-L${exec_prefix}/lib ${TCL_STUB_LIB_FLAG}\""
eval "TCL_BUILD_STUB_LIB_PATH=\"`pwd`/${TCL_STUB_LIB_FILE}\""