diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-26 14:23:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-26 14:23:40 (GMT) |
commit | 771103dda69711d0ecde7e072cdfdafdecebf5de (patch) | |
tree | 3293e18f08d208596943638b88541e49b19e0cf3 /unix/configure | |
parent | a505a28ede44cda0c24a97eb0e48f8b85506266c (diff) | |
download | tk-771103dda69711d0ecde7e072cdfdafdecebf5de.zip tk-771103dda69711d0ecde7e072cdfdafdecebf5de.tar.gz tk-771103dda69711d0ecde7e072cdfdafdecebf5de.tar.bz2 |
Don't hardcode "tclWinError.o" for Cygwin.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index e1e7dff..3682600 100755 --- a/unix/configure +++ b/unix/configure @@ -4914,7 +4914,8 @@ fi SHLIB_LD='${CC} -shared' SHLIB_SUFFIX=".dll" DL_OBJS="tclLoadDl.o" - PLAT_OBJS="tclWinError.o" + PLAT_OBJS='${CYGWIN_OBJS}' + PLAT_SRCS='${CYGWIN_SRCS}' DL_LIBS="-ldl" CC_SEARCH_FLAGS="" LD_SEARCH_FLAGS="" |