Another bug in the configure test:
2011-10-01 Bruno Haible <br...@clisp.org> isfinite: Fix syntax error in configure test. * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Fix syntax error. --- m4/isfinite.m4.orig Sat Oct 1 11:55:35 2011 +++ m4/isfinite.m4 Sat Oct 1 11:55:20 2011 @@ -148,7 +148,7 @@ static memory_long_double x = { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; if (isfinite (x.value)) - return |= 64; + result |= 64; } #endif -- In memoriam Max Ehrlich <http://en.wikipedia.org/wiki/Max_Ehrlich>