diff options
Diffstat (limited to 'gettext-tools/m4/mbswidth.m4')
-rw-r--r-- | gettext-tools/m4/mbswidth.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/m4/mbswidth.m4 b/gettext-tools/m4/mbswidth.m4 index e90209b..d7981ca 100644 --- a/gettext-tools/m4/mbswidth.m4 +++ b/gettext-tools/m4/mbswidth.m4 @@ -32,5 +32,5 @@ AC_DEFUN([gl_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 ]) |