# HG changeset patch # User Bruno Haible # Date 1174948036 0 # Node ID 4da0aa0389355080781edac2c8580217fba579ca # Parent c3d3347089284373e7187b8b87afd78aa1f24975 Depend on isnanl now. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ (tanl): Perform test for NaN at the beginning of the function and through a call to isnanl. * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN. + * modules/mathl (Depends-on): Add isnanl. 2007-03-26 Eric Blake diff --git a/modules/mathl b/modules/mathl --- a/modules/mathl +++ b/modules/mathl @@ -22,6 +22,7 @@ Depends-on: math frexpl +isnanl configure.ac: gl_FUNC_LONG_DOUBLE_MATH