changeset 8616:ab5627bc78a7

Fix printf-frexpl dependency
author Eric Blake <ebb9@byu.net>
date Tue, 03 Apr 2007 03:32:35 +0000
parents 93169764276b
children aacb9380395e
files ChangeLog modules/printf-frexpl
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-02  Eric Blake  <ebb9@byu.net>
+
+	* modules/printf-frexpl (Depends-on): Depend on ldexpl.
+
 2007-04-02  Bruno Haible  <bruno@clisp.org>
 
 	* lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
--- a/modules/printf-frexpl
+++ b/modules/printf-frexpl
@@ -10,8 +10,9 @@
 m4/longdouble.m4
 
 Depends-on:
+fpucw
+ldexpl
 math
-fpucw
 
 configure.ac:
 gl_FUNC_PRINTF_FREXPL