diff options
author | stwo <stwo> | 2009-11-25 14:25:54 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-11-25 14:25:54 (GMT) |
commit | 9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0 (patch) | |
tree | 65356e424ff3fdf65d1538967f0cd791fbece3c2 /unix/tcl.m4 | |
parent | bfe62b221470f6cabde3d6a6a378627187e9f33b (diff) | |
download | tcl-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.m4 | 1 |
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) |