summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorstwo <stwo>2009-11-25 14:25:54 (GMT)
committerstwo <stwo>2009-11-25 14:25:54 (GMT)
commit9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0 (patch)
tree65356e424ff3fdf65d1538967f0cd791fbece3c2 /unix/tcl.m4
parentbfe62b221470f6cabde3d6a6a378627187e9f33b (diff)
downloadtcl-9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0.zip
tcl-9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0.tar.gz
tcl-9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0.tar.bz2
[Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use
AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index ed46d61..6c23ace 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2485,7 +2485,6 @@ AC_DEFUN([SC_BLOCKING_STYLE], [
AC_DEFUN([SC_TIME_HANDLER], [
AC_CHECK_HEADERS(sys/time.h)
AC_HEADER_TIME
- AC_STRUCT_TIMEZONE
AC_CHECK_FUNCS(gmtime_r localtime_r mktime)