* use timegm instead of the tzset hack

This commit is contained in:
djcb
2013-10-07 00:50:36 +03:00
parent def8094b16
commit c898265ee5
3 changed files with 48 additions and 35 deletions

View File

@ -94,6 +94,7 @@ AS_IF([test "x$ac_cv_member_struct_dirent_d_ino" != "xyes"],
# we need these
AC_CHECK_FUNCS([memset memcpy realpath setlocale strerror getpass])
AC_CHECK_FUNC(timegm,[],[AC_MSG_ERROR([missing required function timegm])])
# require pkg-config
AC_PATH_PROG([PKG_CONFIG], [pkg-config], [no])