Lasse Collin <[email protected]> writes: > AC_PROG_CC_C99 doesn't work on systems which have C99 compiler but non- > C99 libc which lacks stdbool.h.
A C99 compiler that does not provide <stdlib.h> is not a conforming implementation. That header is part of the set of headers that a freestanding implementation must provide. Andreas. -- Andreas Schwab, [email protected] Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
