1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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

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])