changeset 16671:8f278cd5523d

log1pl-ieee: Work around test failure on AIX 7.1. * modules/log1pl-ieee (Depends-on): Add log1p-ieee.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Mar 2012 03:04:47 +0100
parents 1fae18345ca0
children b35866abe7d5
files ChangeLog modules/log1pl-ieee
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,
--- a/modules/log1pl-ieee
+++ b/modules/log1pl-ieee
@@ -9,6 +9,7 @@
 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