diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-09-14 15:58:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 15:58:57 (GMT) |
commit | a4414ef20b971e6803309acebfa85b1621ac625e (patch) | |
tree | fe7c1a320e6e3d6c1ee9c9c93fc22c652061b481 /configure.ac | |
parent | 9b9d97dd139a799d28ff8bc90d118b1cac190b03 (diff) | |
download | cpython-a4414ef20b971e6803309acebfa85b1621ac625e.zip cpython-a4414ef20b971e6803309acebfa85b1621ac625e.tar.gz cpython-a4414ef20b971e6803309acebfa85b1621ac625e.tar.bz2 |
Don't run AC_STRUCT_TIMEZONE twice. (GH-9305)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 0395362..3e5388a 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, [ |