[Tuxnes-devel] stdint patch broke compilation
Brought to you by:
tmmm
From: Jason D. S. <jd...@us...> - 2004-02-20 19:48:09
|
Looks like putting AC_CHECK_TYPES on multiple lines (which I did at the very end) breaks it. The current behavior gives a #define HAVE______UINT32_T in config.h, which means uint32_t is redefined in types.h, which breaks. This patch puts it all on one line, with a comment. jason |