From: Eric Blake Date: Tue, 3 Apr 2007 03:32:35 +0000 (+0000) Subject: Fix printf-frexpl dependency X-Git-Tag: cvs-readonly~602 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=66825407ef7b4d90f146b32093c6c11559a16e21;p=gnulib.git Fix printf-frexpl dependency --- 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