From 30820c2d7c9f04a6a0aa6cdaaea09c9672f502a1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 6 Jan 2021 20:46:52 +0100 Subject: [PATCH] logb: Fix test failure on glibc/powerpc. * m4/logb.m4 (gl_FUNC_LOGB_WORKS): Fix typo in comment. --- m4/logb.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/logb.m4 b/m4/logb.m4 index cd803c1002..d181b1ff26 100644 --- a/m4/logb.m4 +++ b/m4/logb.m4 @@ -108,7 +108,7 @@ volatile double x; int main () { int result = 0; - /* This test fails on 2.11/ppc, glibc 2.7/sparc, glibc 2.7/hppa, + /* This test fails on glibc 2.11/ppc, glibc 2.7/sparc, glibc 2.7/hppa, Solaris 10/SPARC, Solaris 11.4/x86_64, Cygwin 1.5.x. */ { int i; -- 2.39.5