strtoimax: Don't force a replacement on systems where intmax_t is int.
authorBruno Haible <bruno@clisp.org>
Thu, 5 Jan 2012 19:18:54 +0000 (20:18 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 5 Jan 2012 19:18:54 +0000 (20:18 +0100)
commit9bbbd8bf098ef3bb05eccb0cac204742945f6a49
tree3e384fe80ac7e5e0863c25641669c9671453bf6b
parenta651adcf66369737e198d7a9535dbc7755c4c529
strtoimax: Don't force a replacement on systems where intmax_t is int.

* m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Use a different test if
'intmax_t' is not larger than 'int'.
Reported by Pádraig Brady <P@draigBrady.com>.
ChangeLog
m4/strtoimax.m4