changeset 13620:fcb502a0b6e2

wctype: fix typo in previous commit * m4/wctype_h.m4 (gl_WCTYPE_H): Fix spelling. Reported by Ludovic Courtès. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Thu, 02 Sep 2010 08:49:58 -0600
parents f2f6c8f28805
children a486be1eceb0
files ChangeLog m4/wctype_h.m4
diffstat 2 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/m4/wctype_h.m4
+++ b/m4/wctype_h.m4
@@ -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_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])