Commit 0569df14c4221a8eb1c062539518fd342a9307a5

Bruno Haible 2012-03-08T12:33:36

fma, fmaf, fmal: Override undeclared system functions on IRIX 6.5. * m4/fma.m4 (gl_FUNC_FMA): If fma() exists but is not declared, arrange to set REPLACE_FMA=1, not HAVE_FMA=0. * m4/fmaf.m4 (gl_FUNC_FMAF): If fmaf() exists but is not declared, arrange to set REPLACE_FMAF=1, not HAVE_FMAF=0. * m4/fmal.m4 (gl_FUNC_FMAL): If fmal() exists but is not declared, arrange to set REPLACE_FMAL=1, not HAVE_FMAL=0.