isfinite: Fix typo.
authorBruno Haible <bruno@clisp.org>
Sat, 1 Oct 2011 09:50:52 +0000 (11:50 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 1 Oct 2011 09:50:52 +0000 (11:50 +0200)
* m4/isfinite.m4 (gl_ISFINITEL_WORKS): When cross-compiling, set
gl_cv_func_isfinitel_works, not gl_cv_func_isnanl_works.

ChangeLog
m4/isfinite.m4

index 5c31c25..6486bac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-10-01  Bruno Haible  <bruno@clisp.org>
 
+       isfinite: Fix typo.
+       * m4/isfinite.m4 (gl_ISFINITEL_WORKS): When cross-compiling, set
+       gl_cv_func_isfinitel_works, not gl_cv_func_isnanl_works.
+
+2011-10-01  Bruno Haible  <bruno@clisp.org>
+
        nonblocking tests: Fix test failure on Linux/IA-64.
        * tests/test-nonblocking-pipe.h (PIPE_DATA_BLOCK_SIZE) [Linux/IA-64]:
        Set to 270000.
index 44cfcd4..1fca56a 100644 (file)
@@ -1,4 +1,4 @@
-# isfinite.m4 serial 11
+# isfinite.m4 serial 12
 dnl Copyright (C) 2007-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -156,8 +156,8 @@ int main ()
 }]])], [gl_cv_func_isfinitel_works=yes], [gl_cv_func_isfinitel_works=no],
       [case "$host_cpu" in
                                # Guess no on ia64, x86_64, i386.
-         ia64 | x86_64 | i*86) gl_cv_func_isnanl_works="guessing no";;
-         *)                    gl_cv_func_isnanl_works="guessing yes";;
+         ia64 | x86_64 | i*86) gl_cv_func_isfinitel_works="guessing no";;
+         *)                    gl_cv_func_isfinitel_works="guessing yes";;
        esac
       ])
     ])