doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / atoll
index d979a00..d1a5364 100644 (file)
@@ -11,6 +11,10 @@ strtoll         [test $HAVE_ATOLL = 0]
 
 configure.ac:
 gl_FUNC_ATOLL
+if test $HAVE_ATOLL = 0; then
+  AC_LIBOBJ([atoll])
+  gl_PREREQ_ATOLL
+fi
 gl_STDLIB_MODULE_INDICATOR([atoll])
 
 Makefile.am: