configure: add a check for AC_STRUCT_TIMEZONE

This commit is contained in:
Jon Trulson 2021-10-23 22:10:56 -06:00
parent c12e6fea5b
commit 18e6813b3c
1 changed files with 1 additions and 0 deletions

View File

@ -403,6 +403,7 @@ AC_CHECK_SIZEOF([long])
AC_CHECK_SIZEOF([long long])
AC_CHECK_SIZEOF([time_t])
AC_STRUCT_TIMEZONE
AC_CHECK_DECLS([timezone])
AC_CHECK_MEMBERS([struct tm.tm_gmtoff])