X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.in;h=f0376d9f3638f07a22aa16150b6f54cdd4868121;hb=63ea1af6a66ec012b780b8f15c8876d2afdf8e2c;hp=7cac2826ae81194dce112977d4ddfbde32848f26;hpb=b9f325de0473f28247025ac0f8edb02348547142;p=ghc-hetmet.git 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,