changeset 3884:6cad2b0cd5ce

Reflect name change: s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
author Jim Meyering <jim@meyering.net>
date Fri, 21 Jun 2002 17:41:02 +0000
parents 05a49235000e
children 58d4f13453c2
files m4/mbswidth.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/mbswidth.m4
+++ b/m4/mbswidth.m4
@@ -1,4 +1,4 @@
-#serial 6
+#serial 7
 
 dnl autoconf tests required for use of mbswidth.c
 dnl From Bruno Haible.
@@ -32,5 +32,5 @@
   AC_DEFINE_UNQUOTED(HAVE_DECL_WCWIDTH, $ac_val,
     [Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.])
 
-  AC_MBSTATE_T
+  AC_TYPE_MBSTATE_T
 ])