diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-08-26 09:28:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-08-26 09:28:55 (GMT) |
commit | 7a83c408ff097f92d2dfbb97041336962322118a (patch) | |
tree | 85ab9896d3c212b03fbe1f25ec936f070bf029c9 | |
parent | f27384f01e5ec9a732d681b1eabe050208861281 (diff) | |
download | tk-7a83c408ff097f92d2dfbb97041336962322118a.zip tk-7a83c408ff097f92d2dfbb97041336962322118a.tar.gz tk-7a83c408ff097f92d2dfbb97041336962322118a.tar.bz2 |
Fix build problem on Cygwin, caused by a mismatch between tcl.m4 and the generated configure script (configure script was correct)
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index a0f448b..3a59e4d 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1217,7 +1217,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ LD_SEARCH_FLAGS="" TCL_NEEDS_EXP_FILE=1 TCL_EXPORT_FILE_SUFFIX='${VERSION}\$\{DBGX\}.dll.a' - SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,$[@].a" + TCL_SHLIB_LD_EXTRAS='-Wl,--out-implib,$[@].a' TK_SHLIB_LD_EXTRAS='-Wl,--out-implib,$[@].a' AC_CACHE_CHECK(for Cygwin version of gcc, ac_cv_cygwin, |