diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-08-03 11:26:37 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-08-03 11:26:37 (GMT) |
| commit | aeaba6971a969d6e628e5fd35f4cfca4fb2c683b (patch) | |
| tree | 29702b7480503b46917ce66f3a42b79b088c23e8 /unix | |
| parent | 0472854629fd686353d1250c700382fb829ea2ef (diff) | |
| parent | a53c12b3b5edfdbae0579747d279a4e98d601b07 (diff) | |
| download | tcl-aeaba6971a969d6e628e5fd35f4cfca4fb2c683b.zip tcl-aeaba6971a969d6e628e5fd35f4cfca4fb2c683b.tar.gz tcl-aeaba6971a969d6e628e5fd35f4cfca4fb2c683b.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix')
| -rwxr-xr-x | unix/configure | 2 | ||||
| -rw-r--r-- | unix/tcl.m4 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/unix/configure b/unix/configure index ebc2e50..eb63649 100755 --- a/unix/configure +++ b/unix/configure @@ -5773,8 +5773,6 @@ fi DL_LIBS="-ldl" CC_SEARCH_FLAGS="" LD_SEARCH_FLAGS="" - TCL_NEEDS_EXP_FILE=1 - SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,\$@.a" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Cygwin version of gcc" >&5 printf %s "checking for Cygwin version of gcc... " >&6; } if test ${ac_cv_cygwin+y} diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 0aef9cf..68048f4 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1087,8 +1087,6 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ DL_LIBS="-ldl" CC_SEARCH_FLAGS="" LD_SEARCH_FLAGS="" - TCL_NEEDS_EXP_FILE=1 - SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,\$[@].a" AC_CACHE_CHECK(for Cygwin version of gcc, ac_cv_cygwin, AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ |
