summaryrefslogtreecommitdiff
path: root/m4/isnanf.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-05-29 22:58:51 +0000
committerBruno Haible <bruno@clisp.org>2007-05-29 22:58:51 +0000
commit71e4b2aa3ac0c88717bfd878d4e4efdbaebbbc2c (patch)
tree50bb4d4a207ad6897df85d848efe8c98078e777f /m4/isnanf.m4
parent63f686a80e5c220144a0ad052ef4cd81768e5bbf (diff)
downloadgnulib-71e4b2aa3ac0c88717bfd878d4e4efdbaebbbc2c.tar.gz
Fix typo in cross-compiling case.
Diffstat (limited to 'm4/isnanf.m4')
-rw-r--r--m4/isnanf.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/isnanf.m4 b/m4/isnanf.m4
index 99f2b2edda..388e6c049c 100644
--- a/m4/isnanf.m4
+++ b/m4/isnanf.m4
@@ -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 @@ int main ()
],
[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