From 66825407ef7b4d90f146b32093c6c11559a16e21 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 3 Apr 2007 03:32:35 +0000 Subject: [PATCH] Fix printf-frexpl dependency --- ChangeLog | 4 ++++ modules/printf-frexpl | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d67dcdc0a..bb6dcef53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-02 Eric Blake + + * modules/printf-frexpl (Depends-on): Depend on ldexpl. + 2007-04-02 Bruno Haible * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from diff --git a/modules/printf-frexpl b/modules/printf-frexpl index 6d137621f..ff3057cee 100644 --- a/modules/printf-frexpl +++ b/modules/printf-frexpl @@ -10,8 +10,9 @@ m4/printf-frexpl.m4 m4/longdouble.m4 Depends-on: -math fpucw +ldexpl +math configure.ac: gl_FUNC_PRINTF_FREXPL -- 2.11.0