]> Savannah Git Hosting - gnulib.git/commit
printf.m4: fix a bug in detecting printf %j support
authorJim Meyering <meyering@fb.com>
Thu, 20 Oct 2016 16:32:54 +0000 (09:32 -0700)
committerJim Meyering <meyering@fb.com>
Thu, 20 Oct 2016 16:32:54 +0000 (09:32 -0700)
commitaec038e314bbf51c871eedef8b2fd8cad783cf3f
tree1bc08b78c0a738f855ec8e6e815d4c66bd892c15
parent9a930fd851b099f58b4ef05a7a9abb5bd27f91d3
printf.m4: fix a bug in detecting printf %j support

* m4/printf.m4 (gl_PRINTF_SIZES_C99): Fail any system for which
uintmax_t is defined in neither stdint.h nor inttypes.h.
Before, this macro might have mistakenly set
gl_cv_func_printf_sizes_c99=yes on such a system.
Spotted by Zev Weiss.
ChangeLog
m4/printf.m4