summaryrefslogtreecommitdiff
path: root/m4/wctype_h.m4
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-02 08:49:58 -0600
committerEric Blake <eblake@redhat.com>2010-09-02 08:49:58 -0600
commit21a2a33e06810921f68b66061a255fc07a472502 (patch)
treea3d1b2dcb484d2460b2a44e5e9477e7680a7372a /m4/wctype_h.m4
parente2c4d9f8d8e1c87f861e6d62bdfe6c6136945c05 (diff)
downloadgnulib-21a2a33e06810921f68b66061a255fc07a472502.tar.gz
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>
Diffstat (limited to 'm4/wctype_h.m4')
-rw-r--r--m4/wctype_h.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/wctype_h.m4 b/m4/wctype_h.m4
index 7323e54429..bc6b6e7914 100644
--- 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_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])