I committed this fix now.
> 2005-10-16 Bruno Haible <[EMAIL PROTECTED]>
>
> * m4/stdint.m4 (gl_STDINT_H): Also test for .
> * lib/stdint_.h: On Linux libc4 and libc5, include
> and don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
___
Hi,
It was reported to me that the use of module 'stdint' on Linux/libc5 with
gcc-2.7.2.1 gives an error. The reason is that , included
by , already defines int8_t, int16_t and int32_t.
Here's a proposed fix, that I will send to the reporter for testing.
Bruno
2005-10-16 Bruno Haible <[EMAIL