From 45ab0165ccb83927281978a447898b554929fc51 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 1 Apr 2012 19:29:21 +0200 Subject: log10l: Work around log10l-ieee test failure on IRIX 6.5. * lib/log10l.c: Include (log10l): On IRIX, normalize the +Infinity value. * modules/log10l (Depends-on): Add 'float'. * doc/posix-functions/log10l.texi: Mention the IRIX problem with +Infinity. --- modules/log10l | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/log10l') 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: -- cgit v1.2.1