[project @ 2001-08-20 13:15:04 by simonmar]
authorsimonmar <unknown>
Mon, 20 Aug 2001 13:15:04 +0000 (13:15 +0000)
committersimonmar <unknown>
Mon, 20 Aug 2001 13:15:04 +0000 (13:15 +0000)
check for lstat()

configure.in

index 7cac282..f0376d9 100644 (file)
@@ -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,