summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-09-14 08:58:57 -0700
committerGitHub <noreply@github.com>2018-09-14 08:58:57 -0700
commita4414ef20b971e6803309acebfa85b1621ac625e (patch)
treefe7c1a320e6e3d6c1ee9c9c93fc22c652061b481 /configure.ac
parent9b9d97dd139a799d28ff8bc90d118b1cac190b03 (diff)
downloadcpython-git-a4414ef20b971e6803309acebfa85b1621ac625e.tar.gz
Don't run AC_STRUCT_TIMEZONE twice. (GH-9305)
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 03953622ea..3e5388ab08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4744,11 +4744,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, [