summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-09-14 16:28:31 (GMT)
committerGitHub <noreply@github.com>2018-09-14 16:28:31 (GMT)
commit03d8e7c02ddf79ca4a9ef2c9674d4ee2dec7c3c2 (patch)
tree7a67bb9d07a2f3919d14e5c2f11bd13b60b68b85 /configure.ac
parentbd844b0336376408d7cc3b7fd6830479cd9b3a91 (diff)
downloadcpython-03d8e7c02ddf79ca4a9ef2c9674d4ee2dec7c3c2.zip
cpython-03d8e7c02ddf79ca4a9ef2c9674d4ee2dec7c3c2.tar.gz
cpython-03d8e7c02ddf79ca4a9ef2c9674d4ee2dec7c3c2.tar.bz2
Don't run AC_STRUCT_TIMEZONE twice. (GH-9305)
(cherry picked from commit a4414ef20b971e6803309acebfa85b1621ac625e) Co-authored-by: Benjamin Peterson <benjamin@python.org>
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 7ec62c2..3f2459a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4904,11 +4904,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, [