On 2009-03-01 Lasse Collin wrote: > AC_PROG_CC_C99 doesn't work on systems which have C99 compiler but > non- C99 libc which lacks stdbool.h.
Some further testing revealed that if stdbool.h isn't tested by AC_PROG_CC_C99, it breaks at least on Solaris. So maybe it's simplest to just tell users that they need to pass ac_cv_prog_cc_c99= to configure on Tru64 and other systems which may lack stdbool.h. -- Lasse Collin | IRC: Larhzu @ IRCnet & Freenode
