From: stolz Date: Thu, 18 Nov 2004 16:39:54 +0000 (+0000) Subject: [project @ 2004-11-18 16:39:54 by stolz] X-Git-Tag: nhc98-1-18-release~181 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b49fd567c84e185f835e7c72ca65f4fc71308b69;p=haskell-directory.git [project @ 2004-11-18 16:39:54 by stolz] Push down more feature-tests --- 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)