summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-25 06:59:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-25 06:59:08 (GMT)
commite048f90718b9ad348b7ea46ad2196e19502042c1 (patch)
tree9649d625c995c46c2f7e8f4ed5705fc02e37f5bd /unix/configure
parent0eb24b976438cfedbe287ccb3e41155a62785c1d (diff)
downloadtcl-e048f90718b9ad348b7ea46ad2196e19502042c1.zip
tcl-e048f90718b9ad348b7ea46ad2196e19502042c1.tar.gz
tcl-e048f90718b9ad348b7ea46ad2196e19502042c1.tar.bz2
Put Cygwin's tclWinError.o in PLAT_OBJS, not in DL_OBJS
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index ef47ac5..4d0ecef 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7170,7 +7170,8 @@ fi
SHLIB_CFLAGS=""
SHLIB_LD='${CC} -shared'
SHLIB_SUFFIX=".dll"
- DL_OBJS="tclLoadDl.o tclWinError.o"
+ DL_OBJS="tclLoadDl.o"
+ PLAT_OBJS="tclWinError.o"
DL_LIBS="-ldl"
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""