X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=cafba5593f575cc93d6bbbccced66c556a0ba505;hb=a9e20500f853954b0fe4377d3bd6565f0482c75d;hp=a35ad4a1c7425383d3d88de0db4917e450bc15e2;hpb=27d13cb655147c28eeed0f06cac6fc40c5d778aa;p=ghc-hetmet.git diff --git a/configure.in b/configure.in index a35ad4a..cafba55 100644 --- a/configure.in +++ b/configure.in @@ -836,7 +836,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) +AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect readlink setitimer stat 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,