summaryrefslogtreecommitdiff
path: root/m4/mbsrtowcs.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mbsrtowcs.m4')
-rw-r--r--m4/mbsrtowcs.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/mbsrtowcs.m4 b/m4/mbsrtowcs.m4
index d18ef13ee5..70e4a27951 100644
--- a/m4/mbsrtowcs.m4
+++ b/m4/mbsrtowcs.m4
@@ -1,4 +1,4 @@
-# mbsrtowcs.m4 serial 3
+# mbsrtowcs.m4 serial 4
dnl Copyright (C) 2008 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -27,6 +27,7 @@ AC_DEFUN([gl_FUNC_MBSRTOWCS],
if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then
gl_REPLACE_WCHAR_H
AC_LIBOBJ([mbsrtowcs])
+ AC_LIBOBJ([mbsrtowcs-state])
gl_PREREQ_MBSRTOWCS
fi
])