summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-26 06:16:05 +0000
committerJim Meyering <jim@meyering.net>2002-06-26 06:16:05 +0000
commit074e29a651e32022982a6d9b9c9b694392718cc3 (patch)
treefd96616bb253d45d56768f652bdf7d33bb4849d6 /m4
parent5da70319a7a6db2306a30155be736ee7e545cd80 (diff)
downloadcoreutils-074e29a651e32022982a6d9b9c9b694392718cc3.tar.xz
(_AC_LIBOBJ_FNMATCH): Check for btowc.
Diffstat (limited to 'm4')
-rw-r--r--m4/fnmatch.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4
index 1b19d3377..708f9e6d4 100644
--- a/m4/fnmatch.m4
+++ b/m4/fnmatch.m4
@@ -68,7 +68,7 @@ AC_DEFUN([_AC_LIBOBJ_FNMATCH],
AC_REQUIRE([AC_FUNC_ALLOCA])dnl
AC_REQUIRE([AC_TYPE_MBSTATE_T])dnl
AC_CHECK_DECLS([getenv])
-AC_CHECK_FUNCS([mbsrtowcs mempcpy wmempcpy])
+AC_CHECK_FUNCS([btowc mbsrtowcs mempcpy wmempcpy])
AC_CHECK_HEADERS([wchar.h wctype.h])
AC_LIBOBJ([fnmatch])
AC_CONFIG_LINKS([lib/fnmatch.h:lib/fnmatch_.h])