summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstwo <stwo>2009-11-25 14:30:39 (GMT)
committerstwo <stwo>2009-11-25 14:30:39 (GMT)
commit87bdd529d677fe0457e68a25ca129ffd59973fab (patch)
treee75574782cc077135b4c8e15608a0d3a83a2090c /unix
parent008ec3f93e9723cbd581d71be3ab80c08e4760e0 (diff)
downloadtk-87bdd529d677fe0457e68a25ca129ffd59973fab.zip
tk-87bdd529d677fe0457e68a25ca129ffd59973fab.tar.gz
tk-87bdd529d677fe0457e68a25ca129ffd59973fab.tar.bz2
[Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE.
Diffstat (limited to 'unix')
-rw-r--r--unix/tcl.m41
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)