From ddbd4acdfbfd6766aaba2de5a3ff4c599dbf1b74 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 5 Oct 2011 01:04:02 -0400 Subject: [PATCH] Need to check for prlimit --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 6a30ffe..a6f4a6a 100644 --- a/configure.ac +++ b/configure.ac @@ -999,6 +999,7 @@ AC_CHECK_FUNCS(chown lchmod lchown fchmod fchown link utimes getgrgid getpwuid) AC_CHECK_FUNCS(getmntent_r setmntent endmntent hasmntopt getfsstat getvfsstat) # Check for high-resolution sleep functions AC_CHECK_FUNCS(splice) +AC_CHECK_FUNCS(prlimit) # To avoid finding a compatibility unusable statfs, which typically # successfully compiles, but warns to use the newer statvfs interface: -- 2.7.4