From 018a827a59413719ff73cf296d3f3f943b71a3b3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 20 Aug 2001 13:15:04 +0000 Subject: [PATCH] [project @ 2001-08-20 13:15:04 by simonmar] check for lstat() --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.10.4