24 May
2009
24 May
'09
4:52 p.m.
Joerg wrote:
On Sun, May 24, 2009 at 02:06:57PM +0100, Jeremy Henty wrote:
It's stdint.h , which is on my system and correctly found by autoconf.
You should conditionally include both stdint.h and inttypes.h, some system miss one or both of them.
Patch attached. But what happens if HAVE_STDINT_H is undefined?
You can also use AC_TYPE_UINT32_T and friends, it will define uint32_t if necessary.
It looks like they were introduced in 2006 in autoconf 2.60. That's the version I happen to have, but...