changeset 8854:9473918b3ad6

Tweak message.
author Bruno Haible <bruno@clisp.org>
date Sun, 20 May 2007 00:25:31 +0000
parents 65cd8f6786ed
children 84be2134de13
files m4/isnanf.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/isnanf.m4
+++ b/m4/isnanf.m4
@@ -46,7 +46,7 @@
 [
   AC_REQUIRE([AC_PROG_CC])
   AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
-  AC_CACHE_CHECK([whether isnanf works], [gl_cv_func_isnanf_works],
+  AC_CACHE_CHECK([whether isnan(float) works], [gl_cv_func_isnanf_works],
     [
       AC_TRY_RUN([
 #include <math.h>