Reflect name change: s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
[pspp] / m4 / mbswidth.m4
index 74ae58193a07753cf62922addc52c886509a25ab..eaf552bf02436af93540b1c36269a6251a5f38b2 100644 (file)
@@ -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_DEFUN([jm_PREREQ_MBSWIDTH],
   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
 ])