From 7869bfb8d62cf3a3156d67ee5fc17ecbd7ad1369 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 22 Aug 2008 01:52:42 +0000 Subject: * configure.in (gmtime_r): check if reentrant versions are available. * time.c (IF_HAVE_GMTIME_R, ASCTIME, GMTIME, LOCALTIME): use reentrant versions if available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index c05289e14..131cfddd4 100644 --- a/configure.in +++ b/configure.in @@ -780,7 +780,7 @@ AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall chroot fsync getcwd dlopen sigprocmask sigaction sigsetjmp _setjmp _longjmp vsnprintf snprintf\ setsid telldir seekdir fchmod cosh sinh tanh log2 round signbit\ setuid setgid daemon select_large_fdset setenv unsetenv\ - mktime timegm clock_gettime gettimeofday\ + mktime timegm gmtime_r clock_gettime gettimeofday\ pread sendfile shutdown) AC_CACHE_CHECK(for __builtin_setjmp, ac_cv_func___builtin_setjmp, -- cgit