summaryrefslogtreecommitdiffstats
path: root/unix
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 /unix
parent4156b024ba7d46917b57dd5573507c23dbc7399f (diff)
downloadtk-d7430747b22e23b556c54149241b9f1810abb038.zip
tk-d7430747b22e23b556c54149241b9f1810abb038.tar.gz
tk-d7430747b22e23b556c54149241b9f1810abb038.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 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)