mirror of
https://github.com/json-c/json-c.git
synced 2026-03-27 00:49:07 +08:00
Merge pull request #230 from ebassi/master
Use stdint.h to check for size_t size
This commit is contained in:
@@ -109,7 +109,7 @@ AX_APPEND_COMPILE_FLAGS([-D_GNU_SOURCE -D_REENTRANT])
|
||||
|
||||
AX_COMPILE_CHECK_SIZEOF(int)
|
||||
AX_COMPILE_CHECK_SIZEOF(long)
|
||||
AX_COMPILE_CHECK_SIZEOF(size_t, [#include "json_inttypes.h"])
|
||||
AX_COMPILE_CHECK_SIZEOF(size_t, [#include <stdint.h>])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
|
||||
Reference in New Issue
Block a user