[project @ 2006-01-12 12:40:01 by simonmar]
authorsimonmar <unknown>
Thu, 12 Jan 2006 12:40:01 +0000 (12:40 +0000)
committersimonmar <unknown>
Thu, 12 Jan 2006 12:40:01 +0000 (12:40 +0000)
check for ctime_r

configure.ac

index 5458c53..6f7ff38 100644 (file)
@@ -1068,7 +1068,7 @@ fi
 
 dnl ** check for more functions
 dnl ** The following have been verified to be used in ghc/, but might be used somewhere else, too.
-AC_CHECK_FUNCS([getclock getrusage gettimeofday setitimer siginterrupt sysconf times])
+AC_CHECK_FUNCS([getclock getrusage gettimeofday setitimer siginterrupt sysconf times ctime_r])
 dnl ** For ghc/rts/gmp:
 AC_CHECK_FUNCS([getpagesize])