Hi Simon,
The gc-des module contains the lib/des.h header, which include <stdbool.h>.
So it should depend on 'stdbool'. Currently, it doesn't, and the compiler
on Solaris 8 complains:
cc -O -DHAVE_CONFIG_H -I. -I.. -g -c des.c
"./des.h", line 28: cannot find include file: <stdbool.h>
"./des.h", line 51: undefined or not a type: bool
I'm applying this:
2007-03-11 Bruno Haible <[EMAIL PROTECTED]>
* modules/gc-des (Depends-on): Add stdbool.
*** modules/gc-des 8 Jan 2007 20:48:03 -0000 1.4
--- modules/gc-des 11 Mar 2007 23:16:36 -0000
***************
*** 9,14 ****
--- 9,15 ----
Depends-on:
stdint
+ stdbool
gc
configure.ac: