Combined cherrypick of changes between mono-4.8.0-branch and orbis-branch-30
[mono.git] / configure.ac
index bb1aecfa5ee583c8f59ec299599ca8582c06c7cb..4cebcc176fed53fd7382d5fb7be710faa1f90ed6 100644 (file)
@@ -2407,6 +2407,7 @@ if test x$host_win32 = xno; then
        AC_CHECK_FUNCS(system)
        AC_CHECK_FUNCS(fork execv execve)
        AC_CHECK_FUNCS(accept4)
+       AC_CHECK_FUNCS(localtime_r)
        AC_CHECK_SIZEOF(size_t)
        AC_CHECK_TYPES([blksize_t], [AC_DEFINE(HAVE_BLKSIZE_T)], , 
                [#include <sys/types.h>