* use timegm instead of the tzset hack
This commit is contained in:
@ -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])
|
||||
|
||||
Reference in New Issue
Block a user