diff options
author | Trent Nelson <trent.nelson@pivosgroup.com> | 2014-07-29 16:50:22 +0800 |
---|---|---|
committer | Trent Nelson <trent.nelson@pivosgroup.com> | 2014-07-29 17:10:00 +0800 |
commit | c81682d1dde6f05b9ee1831ddce29dbfad2b2f65 (patch) | |
tree | 1d19d02e4b2dff8db3f8cb9787fbaaaa448516f8 /configure.in | |
parent | d36512390231a9c8e9f3e16dbe779c105f4b1fbb (diff) |
Use reentrant localtime if available
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ce82cd4d2f..04118eda14 100644 --- a/configure.in +++ b/configure.in @@ -867,7 +867,7 @@ AC_FUNC_STRFTIME AC_FUNC_STRTOD AC_FUNC_UTIME_NULL AC_FUNC_VPRINTF -AC_CHECK_FUNCS([atexit dup2 fdatasync floor fs_stat_dev ftime ftruncate getcwd gethostbyaddr gethostbyname gethostname getpagesize getpass gettimeofday inet_ntoa lchown localeconv memchr memmove memset mkdir modf munmap pow rmdir select setenv setlocale socket sqrt strcasecmp strchr strcspn strdup strerror strncasecmp strpbrk strrchr strspn strstr strtol strtoul sysinfo tzset utime posix_fadvise]) +AC_CHECK_FUNCS([atexit dup2 fdatasync floor fs_stat_dev ftime ftruncate getcwd gethostbyaddr gethostbyname gethostname getpagesize getpass gettimeofday inet_ntoa lchown localeconv memchr memmove memset mkdir modf munmap pow rmdir select setenv setlocale socket sqrt strcasecmp strchr strcspn strdup strerror strncasecmp strpbrk strrchr strspn strstr strtol strtoul sysinfo tzset utime posix_fadvise localtime_r]) # Check for various sizes AC_CHECK_SIZEOF([int]) |