doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / wmemchr
index e50e62d..d34903c 100644 (file)
@@ -11,6 +11,9 @@ wchar
 
 configure.ac:
 gl_FUNC_WMEMCHR
+if test $HAVE_WMEMCHR = 0; then
+  AC_LIBOBJ([wmemchr])
+fi
 gl_WCHAR_MODULE_INDICATOR([wmemchr])
 
 Makefile.am: