summaryrefslogtreecommitdiff
path: root/m4/mbsrtowcs.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-21 14:45:44 +0100
committerBruno Haible <bruno@clisp.org>2008-12-21 14:45:44 +0100
commit6906a95bfc7fc83e4ffa7ef2f68e377157d926f7 (patch)
tree72a48d1d9d0fdd2d02278ae8e6a013cca6a48255 /m4/mbsrtowcs.m4
parentda3fe7009a18cbf8d7f1f43c02cedaf8a23281e4 (diff)
downloadgnulib-6906a95bfc7fc83e4ffa7ef2f68e377157d926f7.tar.gz
New module 'mbsnrtowcs'.
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
])