diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | unix/tcl.m4 | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2009-11-25 Stuart Cassoff <stwo@users.sf.net> + + * unix/tcl.m4: [Patch 2892871]: Remove unneeded + * AC_STRUCT_TIMEZONE. + * unix/configure: Regenerated with autoconf-2.59. + 2009-11-24 Donal K. Fellows <dkf@users.sf.net> * unix/tkUnixWm.c (WmIconphotoCmd): [Bug 2902814]: Use the correct 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) |