diff options
author | stwo <stwo> | 2009-11-25 14:24:39 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-11-25 14:24:39 (GMT) |
commit | d7430747b22e23b556c54149241b9f1810abb038 (patch) | |
tree | c1343726d5465b0f7d28b153052e09dd1415512b | |
parent | 4156b024ba7d46917b57dd5573507c23dbc7399f (diff) | |
download | tk-d7430747b22e23b556c54149241b9f1810abb038.zip tk-d7430747b22e23b556c54149241b9f1810abb038.tar.gz tk-d7430747b22e23b556c54149241b9f1810abb038.tar.bz2 |
[Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE.
-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 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) |