wctype: fix typo in previous commit
authorEric Blake <eblake@redhat.com>
Thu, 2 Sep 2010 14:49:58 +0000 (08:49 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 2 Sep 2010 14:49:58 +0000 (08:49 -0600)
* m4/wctype_h.m4 (gl_WCTYPE_H): Fix spelling.
Reported by Ludovic Courtès.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
m4/wctype_h.m4

index 239d4b2322bbfc95b85c6bb00b3fd03a2835cce3..74e499194ef09ad600c8917f57fbd7370d161551 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-02  Eric Blake  <eblake@redhat.com>
+
+       wctype: fix typo in previous commit
+       * m4/wctype_h.m4 (gl_WCTYPE_H): Fix spelling.
+       Reported by Ludovic Courtès.
+
 2010-09-02  Jim Meyering  <meyering@redhat.com>
 
        test-update-copyright.sh: skip test if Perl is too old
index 7323e54429db0e7ab795dc027950814abcaa890a..bc6b6e791438c81de55e934b305bdd51dbe0e44c 100644 (file)
@@ -1,4 +1,4 @@
-# wctype_h.m4 serial 7
+# wctype_h.m4 serial 8
 
 dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
 
@@ -24,13 +24,13 @@ AC_DEFUN([gl_WCTYPE_H],
   AC_CHECK_DECLS_ONCE([iswblank])
   if test $ac_cv_func_iswblank = yes; then
     HAVE_ISWBLANK=1
-    REPLACE_HAVE_ISWBLANK=0
+    REPLACE_ISWBLANK=0
   else
     HAVE_ISWBLANK=0
     if test $ac_cv_have_decl_iswblank = yes; then
-      REPLACE_HAVE_ISWBLANK=1
+      REPLACE_ISWBLANK=1
     else
-      REPLACE_HAVE_ISWBLANK=0
+      REPLACE_ISWBLANK=0
     fi
   fi
   AC_SUBST([HAVE_ISWBLANK])