c-strtold: Avoid link error on AIX 7.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Nov 2010 00:57:49 +0000 (01:57 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Nov 2010 00:57:49 +0000 (01:57 +0100)
commit4d9c76236622ea56af5e810f9c93f837cae46c70
treed762d9625b3dcd229d15c6033e1e980081f6f8d7
parent7b3b57be85df017c3ac1cf362dc645a701d8b80b
c-strtold: Avoid link error on AIX 7.

* lib/c-strtod.c: Test also HAVE_STRTOD_L or HAVE_STRTOLD_L.
* m4/c-strtod.m4 (gl_C_STRTOD): Test whether strtod_l exists.
(gl_C_STRTOLD): Test whether strtold_l exists.
Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
ChangeLog
lib/c-strtod.c
m4/c-strtod.m4