log1pl-ieee: Work around test failure on AIX 7.1.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 02:04:47 +0000 (03:04 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 02:04:47 +0000 (03:04 +0100)
* modules/log1pl-ieee (Depends-on): Add log1p-ieee.

ChangeLog
modules/log1pl-ieee

index 18c4736..0b86a60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-03-10  Bruno Haible  <bruno@clisp.org>
 
+       log1pl-ieee: Work around test failure on AIX 7.1.
+       * modules/log1pl-ieee (Depends-on): Add log1p-ieee.
+
        log1pl-ieee: Work around test failure on IRIX 6.5.
        * m4/log1pl-ieee.m4: New file.
        * m4/log1pl.m4 (gl_FUNC_LOG1PL): If gl_FUNC_LOG1PL_IEEE is present,
index 32c937d..e5075db 100644 (file)
@@ -9,6 +9,7 @@ m4/signbit.m4
 Depends-on:
 log1pl
 fpieee
+log1p-ieee      [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 
 configure.ac:
 gl_FUNC_LOG1PL_IEEE