]> Savannah Git Hosting - gnulib.git/commit
imaxdiv: Fix compilation error on Android.
authorBruno Haible <bruno@clisp.org>
Sun, 13 May 2018 21:23:47 +0000 (23:23 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 13 May 2018 21:23:47 +0000 (23:23 +0200)
commit88d119b2a44243255dbcd720e296393986d16551
treee24cb7cb2d0be8f177376919c4028c0bc78d289f
parent01c26e100f5fff39c431c019874c3562e69ebdf1
imaxdiv: Fix compilation error on Android.

* m4/imaxdiv.m4 (gl_FUNC_IMAXDIV): Set HAVE_IMAXDIV_T to 0 if imaxdiv_t
is not defined.
* lib/inttypes.in.h (imaxdiv_t): Define if HAVE_IMAXDIV_T, not
HAVE_DECL_IMAXDIV, is 0.
* m4/inttypes.m4 (gl_INTTYPES_H_DEFAULTS): Initialize HAVE_IMAXDIV_T.
* modules/inttypes-incomplete (Makefile.am): Substitute HAVE_IMAXDIV_T.
ChangeLog
lib/inttypes.in.h
m4/imaxdiv.m4
m4/inttypes.m4
modules/inttypes-incomplete