From b49fd567c84e185f835e7c72ca65f4fc71308b69 Mon Sep 17 00:00:00 2001 From: stolz Date: Thu, 18 Nov 2004 16:39:54 +0000 Subject: [PATCH] [project @ 2004-11-18 16:39:54 by stolz] Push down more feature-tests --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index eb944ed..2ac516d 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 1.7.10.4