summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-03-28 20:03:35 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-03-28 20:03:35 (GMT)
commit83dda1c339cab313dc40e819251fff66c60a62c8 (patch)
tree0f2cba81933bc106defc0e536088f83161115528 /unix/configure.in
parent5a81784764070f1632e0ba309fe2823a6f3c37cd (diff)
downloadtcl-83dda1c339cab313dc40e819251fff66c60a62c8.zip
tcl-83dda1c339cab313dc40e819251fff66c60a62c8.tar.gz
tcl-83dda1c339cab313dc40e819251fff66c60a62c8.tar.bz2
some better checks
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 49e034d..281ca19 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -213,7 +213,9 @@ SC_TIME_HANDLER
# Some systems (e.g., IRIX 4.0.5) lack the st_blksize field
# in struct stat. But we might be able to use fstatfs instead.
#--------------------------------------------------------------------
+if test "$ac_cv_cygwin" != "yes"; then
AC_STRUCT_ST_BLKSIZE
+fi
AC_CHECK_FUNC(fstatfs, , [AC_DEFINE(NO_FSTATFS)])
#--------------------------------------------------------------------