summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstwo <stwo>2009-11-25 14:24:39 (GMT)
committerstwo <stwo>2009-11-25 14:24:39 (GMT)
commitd7430747b22e23b556c54149241b9f1810abb038 (patch)
treec1343726d5465b0f7d28b153052e09dd1415512b
parent4156b024ba7d46917b57dd5573507c23dbc7399f (diff)
downloadtk-d7430747b22e23b556c54149241b9f1810abb038.zip
tk-d7430747b22e23b556c54149241b9f1810abb038.tar.gz
tk-d7430747b22e23b556c54149241b9f1810abb038.tar.bz2
[Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE.
-rw-r--r--ChangeLog6
-rw-r--r--unix/tcl.m41
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37bffa2..ab9d4d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)