summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstwo@users.sourceforge.net <stwo>2009-11-25 14:30:39 (GMT)
committerstwo@users.sourceforge.net <stwo>2009-11-25 14:30:39 (GMT)
commitde70ce8cdb231c314d728fa6d56db354dde10ff2 (patch)
treee75574782cc077135b4c8e15608a0d3a83a2090c
parent0b789397f1f51e741e42c7f353f31db9b4c0ef88 (diff)
downloadtk-de70ce8cdb231c314d728fa6d56db354dde10ff2.zip
tk-de70ce8cdb231c314d728fa6d56db354dde10ff2.tar.gz
tk-de70ce8cdb231c314d728fa6d56db354dde10ff2.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 a7865f4..9a1c9fc 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 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)