From 6997174ab598e752b1a66d9928aaae871c1700db Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 26 Mar 2007 22:27:16 +0000 Subject: [PATCH] Depend on isnanl now. --- ChangeLog | 1 + modules/mathl | 1 + 2 files changed, 2 insertions(+) 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 -- 2.30.2