[project @ 2004-12-21 12:12:40 by simonpj]
[ghc-base.git] / configure.ac
index eb944ed..2ac516d 100644 (file)
@@ -20,6 +20,8 @@ dnl FreeBSD has an emtpy wctype.h, so test one of the affected
 dnl functions if it's really there.
 AC_CHECK_HEADERS([wctype.h], [AC_CHECK_FUNCS(iswspace)])
 
+AC_CHECK_FUNCS([ftime gmtime_r localtime_r lstat readdir_r])
+
 # map standard C types and ISO types to Haskell types
 FPTOOLS_CHECK_HTYPE(char)
 FPTOOLS_CHECK_HTYPE(signed char)