doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / memcmp
index c6bc262..5b35a75 100644 (file)
@@ -12,10 +12,14 @@ lib/memcmp.c
 m4/memcmp.m4
 
 Depends-on:
-stdint
+stdint          [test $gl_func_memcmp = no]
 
 configure.ac:
 gl_FUNC_MEMCMP
+if test $gl_func_memcmp = no; then
+  AC_LIBOBJ([memcmp])
+  gl_PREREQ_MEMCMP
+fi
 
 Makefile.am: