doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / strtoul
index dc2b50b..7f3139c 100644 (file)
@@ -16,6 +16,9 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_STRTOUL
+if test $ac_cv_func_strtoul = no; then
+  AC_LIBOBJ([strtoul])
+fi
 
 Makefile.am: