summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-09-14 09:53:09 -0700
committerGitHub <noreply@github.com>2018-09-14 09:53:09 -0700
commit857550311595ebcb142101867666ae72caabacb1 (patch)
treed20b968ab53dcd568725400db21a012c9424448d /configure.ac
parent0b9fe1734168d45861d6dc3022492387dec5a4a2 (diff)
downloadcpython-git-857550311595ebcb142101867666ae72caabacb1.tar.gz
[2.7] Don't run AC_STRUCT_TIMEZONE twice. (GH-9309)
(cherry picked from commit a4414ef20b971e6803309acebfa85b1621ac625e)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 33870961b3..5dfb824b93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4413,11 +4413,6 @@ then
[Define if poll() sets errno on invalid file descriptors.])
fi
-# Before we can test tzset, we need to check if struct tm has a tm_zone
-# (which is not required by ISO C or UNIX spec) and/or if we support
-# tzname[]
-AC_STRUCT_TIMEZONE
-
# check tzset(3) exists and works like we expect it to
AC_MSG_CHECKING(for working tzset())
AC_CACHE_VAL(ac_cv_working_tzset, [