1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

* Use strsignal if available to give better error messages for

builders that fail due to a signal.
This commit is contained in:
Eelco Dolstra 2007-12-14 14:49:35 +00:00
parent 1e90b4189d
commit df303666bc
2 changed files with 14 additions and 2 deletions

View file

@ -256,6 +256,10 @@ AM_CONDITIONAL(INIT_STATE, test "$init_state" = "yes")
AC_CHECK_FUNCS([setresuid setreuid lchown])
# Nice to have, but not essential.
AC_CHECK_FUNCS([strsignal])
# This is needed if ATerm, Berkeley DB or bzip2 are static libraries,
# and the Nix libraries are dynamic.
if test "$(uname)" = "Darwin"; then