changeset 9900:5f47b9c9cc45

* m4/math_h.m4 (gl_MATH_H): Fix typos.
author Jim Meyering <meyering@redhat.com>
date Sat, 12 Apr 2008 17:25:00 +0200
parents 1e9793d6008a
children 31d7bf84aa9a
files ChangeLog m4/math_h.m4
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-12  Jim Meyering  <meyering@redhat.com>
+
+	* m4/math_h.m4 (gl_MATH_H): Fix typos.
+
 2008-04-12  Bruno Haible  <bruno@clisp.org>
 
 	* lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
--- a/m4/math_h.m4
+++ b/m4/math_h.m4
@@ -1,4 +1,4 @@
-# math_h.m4 serial 10
+# math_h.m4 serial 11
 dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -20,7 +20,7 @@
 	 return f == 0;]])],
       [gl_cv_header_math_nan_works=yes],
       [gl_cv_header_math_nan_works=no])])
-  if test gl_cv_header_math_nan_works = no; then
+  if test $gl_cv_header_math_nan_works = no; then
     REPLACE_NAN=1
   fi
   AC_CACHE_CHECK([whether HUGE_VAL works], [gl_cv_header_math_huge_val_works],
@@ -30,7 +30,7 @@
 	 return d == 0;]])],
       [gl_cv_header_math_huge_val_works=yes],
       [gl_cv_header_math_huge_val_works=no])])
-  if test gl_cv_header_math_huge_val_works = no; then
+  if test $gl_cv_header_math_huge_val_works = no; then
     REPLACE_HUGE_VAL=1
   fi
 ])