diff options
author | stwo <stwo> | 2009-11-25 14:31:39 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-11-25 14:31:39 (GMT) |
commit | 8263c49fbdb63c93034274c876cf5a940599b252 (patch) | |
tree | c9d4c690bd9d9989a78e5d3c197bb59d75b68ca4 /unix/tcl.m4 | |
parent | eaaa5034bff48b8fd6162def1dd4b0020b7c46cc (diff) | |
download | tcl-8263c49fbdb63c93034274c876cf5a940599b252.zip tcl-8263c49fbdb63c93034274c876cf5a940599b252.tar.gz tcl-8263c49fbdb63c93034274c876cf5a940599b252.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 5ab8549..5d64a76 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -2504,7 +2504,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) |