1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

* Don't use fdatasync since it doesn't work on Snow Leopard.

* Don't refer to config.h in util.hh, because config.h is not
  installed (http://hydra.nixos.org/build/303053).
This commit is contained in:
Eelco Dolstra 2010-02-24 15:46:06 +00:00
parent 7db2831d3a
commit 84a4dd5ff0
4 changed files with 3 additions and 10 deletions

View file

@ -262,7 +262,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,