diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-25 06:59:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-25 06:59:08 (GMT) |
commit | c019848148730c03e59a86793f155327f407cd7e (patch) | |
tree | 9649d625c995c46c2f7e8f4ed5705fc02e37f5bd /unix/tcl.m4 | |
parent | fd1c7c2fb32af791a4a1025e23abcf20d384435f (diff) | |
download | tcl-c019848148730c03e59a86793f155327f407cd7e.zip tcl-c019848148730c03e59a86793f155327f407cd7e.tar.gz tcl-c019848148730c03e59a86793f155327f407cd7e.tar.bz2 |
Put Cygwin's tclWinError.o in PLAT_OBJS, not in DL_OBJS
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index b9b6532..a95cf63 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1224,7 +1224,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ 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="" |