projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea4bc60
)
Need to check for prlimit
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 5 Oct 2011 05:04:02 +0000
(
01:04
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 5 Oct 2011 05:04:02 +0000
(
01:04
-0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6a30ffe5c8b5244c2d1da52dfb7e9741da3b9bd3..a6f4a6a7809ecb70502b2a7cf4beba64d33cd289 100644
(file)
--- 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: