]> Savannah Git Hosting - gnulib.git/commit
roundl: Don't override undeclared system function on IRIX 6.5.
authorBruno Haible <bruno@clisp.org>
Thu, 8 Mar 2012 01:06:10 +0000 (02:06 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 8 Mar 2012 01:06:10 +0000 (02:06 +0100)
commit76db5ae75eab1d97d66e6133532ea406c281fb4a
tree65bc46471925cac39a38ffbe8de7fc944163eadc
parent89f85637d7d41ceedb7e789d503fd852b6d663ac
roundl: Don't override undeclared system function on IRIX 6.5.

* m4/roundl.m4 (gl_FUNC_ROUNDL): Search for roundl() in the libraries
also when it is not declared. Set HAVE_ROUNDL. For replacement code,
test HAVE_ROUNDL, not HAVE_DECL_ROUNDL.
* modules/roundl (configure.ac): For replacement code, test
HAVE_ROUNDL, not HAVE_DECL_ROUNDL.
(Depends-on): Update conditions.
* doc/posix-functions/roundl.texi: Mention the IRIX problem.
ChangeLog
doc/posix-functions/roundl.texi
m4/roundl.m4
modules/roundl