aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTrent Nelson <trent.nelson@pivosgroup.com>2014-07-29 16:50:22 +0800
committerTrent Nelson <trent.nelson@pivosgroup.com>2014-07-29 17:10:00 +0800
commitc81682d1dde6f05b9ee1831ddce29dbfad2b2f65 (patch)
tree1d19d02e4b2dff8db3f8cb9787fbaaaa448516f8 /configure.in
parentd36512390231a9c8e9f3e16dbe779c105f4b1fbb (diff)
Use reentrant localtime if available
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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])