From: simonmar Date: Mon, 20 Aug 2001 13:15:04 +0000 (+0000) Subject: [project @ 2001-08-20 13:15:04 by simonmar] X-Git-Tag: Approximately_9120_patches~1179 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=018a827a59413719ff73cf296d3f3f943b71a3b3;p=ghc-hetmet.git [project @ 2001-08-20 13:15:04 by simonmar] check for lstat() --- diff --git a/configure.in b/configure.in index 7cac282..f0376d9 100644 --- a/configure.in +++ b/configure.in @@ -839,7 +839,7 @@ AC_CHECK_FUNCS(pclose _pclose ) dnl ** check for specific library functions that we are interested in -AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect readlink setitimer stat symlink sysconf timelocal times vadvise vfork localtime_r gmtime_r) +AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect readlink setitimer stat lstat symlink sysconf timelocal times vadvise vfork localtime_r gmtime_r) dnl ** check whether this machine has gmp3 installed AC_CHECK_LIB(gmp, __gmpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp,