projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5459c1d
)
Tweak message.
author
Bruno Haible
<bruno@clisp.org>
Sun, 20 May 2007 00:25:31 +0000
(
00:25
+0000)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 20 May 2007 00:25:31 +0000
(
00:25
+0000)
m4/isnanf.m4
patch
|
blob
|
history
diff --git
a/m4/isnanf.m4
b/m4/isnanf.m4
index 03ab66b1e8248b12cfe9a138f6253db6e1cc9866..d5575130299de08e821f69f3afb1aa5ed126603e 100644
(file)
--- a/
m4/isnanf.m4
+++ b/
m4/isnanf.m4
@@
-46,7
+46,7
@@
AC_DEFUN([gl_ISNANF_WORKS],
[
AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
- AC_CACHE_CHECK([whether isnan
f
works], [gl_cv_func_isnanf_works],
+ AC_CACHE_CHECK([whether isnan
(float)
works], [gl_cv_func_isnanf_works],
[
AC_TRY_RUN([
#include <math.h>