]> granicus.if.org Git - json-c/commit
Use stdint.h to check for size_t size
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 23 May 2016 09:18:59 +0000 (10:18 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 23 May 2016 09:20:48 +0000 (10:20 +0100)
commit28c1ca124063c0dbd85fb1d962e02184f41bf1f3
treedf680e7a907fab7b5aa7ceb4273b8e279ab6935b
parent7ae5c3f7a679fa52e8366f846a98b513e83ffc20
Use stdint.h to check for size_t size

If we use json_inttypes.h we are going to fail when builddir != srcdir,
and since JSON_C_HAVE_INTTYPES_H is defined after the configure script
has run, including json_inttypes.h would be the equivalent on including
stdint.h anyway.

This fixes the build of json-c in the GNOME Continuous builder.
configure.ac