doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / wcsncasecmp
index 8f4e1ad..0fcd533 100644 (file)
@@ -8,10 +8,13 @@ m4/wcsncasecmp.m4
 
 Depends-on:
 wchar
-wctype
+wctype-h        [test $HAVE_WCSNCASECMP = 0]
 
 configure.ac:
 gl_FUNC_WCSNCASECMP
+if test $HAVE_WCSNCASECMP = 0; then
+  AC_LIBOBJ([wcsncasecmp])
+fi
 gl_WCHAR_MODULE_INDICATOR([wcsncasecmp])
 
 Makefile.am: