# HG changeset patch # User Eric Blake # Date 1283438998 21600 # Node ID fcb502a0b6e2ac1f175f2050ec7e1b6b32fef015 # Parent f2f6c8f2880534d70eec2799dee826a51182714c 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 diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-02 Eric Blake + + 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 test-update-copyright.sh: skip test if Perl is too old diff --git a/m4/wctype_h.m4 b/m4/wctype_h.m4 --- 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 , 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])