mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
* Remove the fdatasync check since it's no longer needed.
This commit is contained in:
parent
bb82310dba
commit
5954eadf67
3 changed files with 2 additions and 8 deletions
|
@ -279,7 +279,6 @@ AC_CHECK_FUNCS([setresuid setreuid lchown])
|
|||
# Nice to have, but not essential.
|
||||
AC_CHECK_FUNCS([strsignal])
|
||||
AC_CHECK_FUNCS([posix_fallocate])
|
||||
AC_CHECK_FUNCS([fdatasync])
|
||||
|
||||
|
||||
# This is needed if ATerm or bzip2 are static libraries,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue