mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Detect whether unshare() is available.
This commit is contained in:
parent
9122dcecbb
commit
2b70a8e7c9
2 changed files with 2 additions and 4 deletions
|
@ -90,6 +90,7 @@ AC_LANG_POP(C++)
|
|||
|
||||
# Check for chroot support (requires chroot() and bind mounts).
|
||||
AC_CHECK_FUNCS([chroot])
|
||||
AC_CHECK_FUNCS([unshare])
|
||||
AC_CHECK_HEADERS([sched.h], [], [], [])
|
||||
AC_CHECK_HEADERS([sys/param.h], [], [], [])
|
||||
AC_CHECK_HEADERS([sys/mount.h], [], [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue