Remove the configure and cmake checks for sys/wait.h
authorJustin Bogner <mail@justinbogner.com>
Tue, 4 Aug 2015 06:29:58 +0000 (06:29 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 4 Aug 2015 06:29:58 +0000 (06:29 +0000)
commitc85a9b26cfa65f311c82157a4b01bbbd6cadcef6
treea58cbc77e2a0743a1d785bcda8147aef96604c36
parent647faa9bd9a0a5baffbb7dcfc96aa36a5cc6a53a
Remove the configure and cmake checks for sys/wait.h

If we don't have sys/wait.h and we're on a unix system there's no way
that several of the llvm tools work at all. This includes clang.

Just remove the configure and cmake checks entirely - we'll get a
build error instead of building something broken now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243957 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
cmake/config-ix.cmake
configure
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
lib/Support/Unix/Program.inc
lib/Support/Unix/Unix.h