fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / memcpy
index 1758bdf8ae36abae14abc9b2de7b6e7f9bc0958f..92f528f897fc0ea701f5032ac0b2a698f98ae960 100644 (file)
@@ -15,6 +15,10 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_MEMCPY
+if test $ac_cv_func_memcpy = no; then
+  AC_LIBOBJ([memcpy])
+  gl_PREREQ_MEMCPY
+fi
 
 Makefile.am: