summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-07 11:38:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-07 11:38:35 (GMT)
commita15d02780aad1714a2a6058ee45a79cf66f70051 (patch)
tree4e2d01a6d7f150901977e08a3cdd1e95ad52aad0 /unix/configure
parentb1d48abeb3f71085810801046e2fe29795f9e141 (diff)
downloadtcl-a15d02780aad1714a2a6058ee45a79cf66f70051.zip
tcl-a15d02780aad1714a2a6058ee45a79cf66f70051.tar.gz
tcl-a15d02780aad1714a2a6058ee45a79cf66f70051.tar.bz2
No longer link Cygwin executables with zlib1.dll, but with cygz.dll.
On Cygwin64 this doesn't work, and on Cygwin32 it was a bad idea anyway.
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure6
1 files changed, 1 insertions, 5 deletions
diff --git a/unix/configure b/unix/configure
index c178bf1..8a9a462 100755
--- a/unix/configure
+++ b/unix/configure
@@ -14384,11 +14384,7 @@ _ACEOF
# lack blkcnt_t.
#--------------------------------------------------------------------
-if test "$ac_cv_cygwin" = "yes"; then
- if test "x${SHARED_BUILD}" = "x1"; then
- TCL_SHLIB_LD_EXTRAS="${TCL_SHLIB_LD_EXTRAS} \${COMPAT_DIR}/zlib/win32/zdll.lib"
- fi
-else
+if test "$ac_cv_cygwin" != "yes"; then
echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6
if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then