autoconf: detect the broken bool in OpenWatcom 1.8
commit1fb908c0dbf5bdde4d4aaaf78b48b6520d52de4c
authorH. Peter Anvin <hpa@zytor.com>
Sun, 1 Mar 2009 21:57:40 +0000 (1 13:57 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 1 Mar 2009 21:57:40 +0000 (1 13:57 -0800)
treef4850a76f97b9bdfa7885f56bba70e2285a045c4
parent16a856cd851858f80b1ef407d77f92df309e5909
autoconf: detect the broken bool in OpenWatcom 1.8

OpenWatcom 1.8 has a C99 mode, which implements _Bool and
<stdbool.h>.  Unfortunately the implementation is broken, and doesn't
let _Bool be implicitly converted to integer (as required by the C99
spec).  Detect this case in autoconf.
aclocal.m4
compiler.h
configure.in