On 01/31/11 15:55, Eric Blake wrote:
> Actually, you also need to be careful with the gnulib file
> tests/test-stdbool.h, which uses HAVE_STDBOOL_H as a pseudo-witness of
> whether _Bool is a compiler built-in type

Thanks for mentioning that.

How about if we fix that by having test-stdbool.h use HAVE__BOOL
(which it should be doing anyway, since that's what it really wants)
and by adding the following to modules/stdbool-tests,
under "Makefile.am:"?

test_stdbool_CFLAGS = -DHAVE_BOOL=$(HAVE_BOOL)

Reply via email to