iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / memchr-tests
index 79d6f48b39238e3eaf98c49bfebbf8ece58a0657..3022471fe6c2187a2868d9225e8114bdb110c67b 100644 (file)
@@ -1,11 +1,19 @@
 Files:
-tests/signature.h
 tests/test-memchr.c
 tests/zerosize-ptr.h
+tests/signature.h
+tests/macros.h
+m4/mmap-anon.m4
 
 Depends-on:
+extensions
+getpagesize
 
 configure.ac:
+dnl Check for prerequisites for memory fence checks.
+gl_FUNC_MMAP_ANON
+AC_CHECK_HEADERS_ONCE([sys/mman.h])
+AC_CHECK_FUNCS_ONCE([mprotect])
 
 Makefile.am:
 TESTS += test-memchr