diff options
author | Jeremy Allison <jra@samba.org> | 2013-01-14 15:06:12 -0800 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-01-15 08:28:45 +0100 |
commit | e54252ceec213644a8d812e6374476639f764643 (patch) | |
tree | 1c9925b11cc255885592be86a77fd4cad249cb7a /lib/replace | |
parent | a82db92a8a68f6e33e20fd2b55401225d91345cf (diff) | |
download | samba-e54252ceec213644a8d812e6374476639f764643.tar.gz samba-e54252ceec213644a8d812e6374476639f764643.tar.bz2 samba-e54252ceec213644a8d812e6374476639f764643.zip |
lib/replace: Add missing check for sys/wait.h
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/libreplace.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/libreplace.m4 b/lib/replace/libreplace.m4 index 5a4184493e..1cdefc0870 100644 --- a/lib/replace/libreplace.m4 +++ b/lib/replace/libreplace.m4 @@ -68,7 +68,7 @@ AC_FUNC_MEMCMP AC_CHECK_FUNCS([pipe strftime srandom random srand rand usleep setbuffer lstat getpgrp utime utimes]) AC_CHECK_HEADERS(stdbool.h stdint.h sys/select.h) -AC_CHECK_HEADERS(setjmp.h utime.h) +AC_CHECK_HEADERS(setjmp.h utime.h sys/wait.h) LIBREPLACE_PROVIDE_HEADER([stdint.h]) LIBREPLACE_PROVIDE_HEADER([stdbool.h]) |