doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / wcscpy
index 89e30c1..e96c9e4 100644 (file)
@@ -17,6 +17,9 @@ wchar
 
 configure.ac:
 gl_FUNC_WCSCPY
+if test $HAVE_WCSCPY = 0; then
+  AC_LIBOBJ([wcscpy])
+fi
 gl_WCHAR_MODULE_INDICATOR([wcscpy])
 
 Makefile.am: