mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
Need to check for prlimit
This commit is contained in:
parent
ea4bc6008f
commit
ddbd4acdfb
@ -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)
|
AC_CHECK_FUNCS(getmntent_r setmntent endmntent hasmntopt getfsstat getvfsstat)
|
||||||
# Check for high-resolution sleep functions
|
# Check for high-resolution sleep functions
|
||||||
AC_CHECK_FUNCS(splice)
|
AC_CHECK_FUNCS(splice)
|
||||||
|
AC_CHECK_FUNCS(prlimit)
|
||||||
|
|
||||||
# To avoid finding a compatibility unusable statfs, which typically
|
# To avoid finding a compatibility unusable statfs, which typically
|
||||||
# successfully compiles, but warns to use the newer statvfs interface:
|
# successfully compiles, but warns to use the newer statvfs interface:
|
||||||
|
Loading…
Reference in New Issue
Block a user