From: Bruno Haible Date: Mon, 26 Mar 2007 22:27:16 +0000 (+0000) Subject: Depend on isnanl now. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6997174ab598e752b1a66d9928aaae871c1700db;p=pspp Depend on isnanl now. --- diff --git a/ChangeLog b/ChangeLog index c75a530774..89df5d5855 100644 --- 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 index b8767b0f99..709f21efce 100644 --- a/modules/mathl +++ b/modules/mathl @@ -22,6 +22,7 @@ m4/mathl.m4 Depends-on: math frexpl +isnanl configure.ac: gl_FUNC_LONG_DOUBLE_MATH