fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / waitpid
index f9699c6c5f915ccacae589188469a5535d486fd5..59e0375bbc2ea625d47c15f07f4280b33f22300b 100644 (file)
@@ -10,6 +10,9 @@ sys_wait
 
 configure.ac:
 gl_FUNC_WAITPID
+if test $HAVE_WAITPID = 0; then
+  AC_LIBOBJ([waitpid])
+fi
 gl_SYS_WAIT_MODULE_INDICATOR([waitpid])
 
 Makefile.am: