Bug 1122126 - add configure checks for gmtime_r; r=mshal

This commit is contained in:
Nathan Froyd 2015-01-15 13:20:22 -05:00
parent 3e352754d7
commit 78dda6014d
2 changed files with 2 additions and 2 deletions

View File

@ -3005,7 +3005,7 @@ dnl Checks for library functions.
dnl ========================================================
AC_PROG_GCC_TRADITIONAL
AC_FUNC_MEMCMP
AC_CHECK_FUNCS(stat64 lstat64 truncate64 statvfs64 statvfs statfs64 statfs getpagesize localtime_r arc4random arc4random_buf)
AC_CHECK_FUNCS(stat64 lstat64 truncate64 statvfs64 statvfs statfs64 statfs getpagesize gmtime_r localtime_r arc4random arc4random_buf)
dnl check for clock_gettime(), the CLOCK_MONOTONIC clock
AC_CACHE_CHECK(for clock_gettime(CLOCK_MONOTONIC),

View File

@ -2427,7 +2427,7 @@ dnl Checks for library functions.
dnl ========================================================
AC_PROG_GCC_TRADITIONAL
AC_FUNC_MEMCMP
AC_CHECK_FUNCS([getc_unlocked _getc_nolock localtime_r])
AC_CHECK_FUNCS([getc_unlocked _getc_nolock gmtime_r localtime_r])
dnl Checks for math functions.