changeset 8897:f4dea723fc93

Fix typo in cross-compiling case.
author Bruno Haible <bruno@clisp.org>
date Tue, 29 May 2007 22:58:51 +0000
parents bf210ff6d434
children ae885cf5b103
files ChangeLog m4/isnanf.m4
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue May 29 22:56:54 2007 +0000
+++ b/ChangeLog	Tue May 29 22:58:51 2007 +0000
@@ -1,3 +1,8 @@
+2007-05-29  Bruno Haible  <bruno@clisp.org>
+
+	* m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
+	compiling case.
+
 2007-05-29  Eric Blake  <ebb9@byu.net>
             Bruno Haible  <bruno@clisp.org>
 
--- a/m4/isnanf.m4	Tue May 29 22:56:54 2007 +0000
+++ b/m4/isnanf.m4	Tue May 29 22:58:51 2007 +0000
@@ -1,4 +1,4 @@
-# isnanf.m4 serial 3
+# isnanf.m4 serial 4
 dnl Copyright (C) 2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -157,7 +157,7 @@
         ],
         [gl_cv_cc_float_expbit0=`cat conftest.out`],
         [gl_cv_cc_float_expbit0="unknown"],
-        [gl_cv_cc_double_expbit0="word 0 bit 23"])
+        [gl_cv_cc_float_expbit0="word 0 bit 23"])
       rm -f conftest.out
     ])
   case "$gl_cv_cc_float_expbit0" in