summaryrefslogtreecommitdiff
path: root/modules/log10l
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-04-01 19:29:21 +0200
committerBruno Haible <bruno@clisp.org>2012-04-01 19:29:21 +0200
commit45ab0165ccb83927281978a447898b554929fc51 (patch)
treec231272968ff7c307b5ac2792083880bb07a2742 /modules/log10l
parentd4b6128e5b83f528e79259585977a126ce29c7a8 (diff)
downloadgnulib-45ab0165ccb83927281978a447898b554929fc51.tar.gz
log10l: Work around log10l-ieee test failure on IRIX 6.5.
* lib/log10l.c: Include <float.h> (log10l): On IRIX, normalize the +Infinity value. * modules/log10l (Depends-on): Add 'float'. * doc/posix-functions/log10l.texi: Mention the IRIX problem with +Infinity.
Diffstat (limited to 'modules/log10l')
-rw-r--r--modules/log10l1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/log10l b/modules/log10l
index cad6bbeed5..32aa95919e 100644
--- a/modules/log10l
+++ b/modules/log10l
@@ -9,6 +9,7 @@ Depends-on:
math
extensions
log10 [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
+float [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
logl [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
configure.ac: