fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / chown
index ccfeb3bcddd525170c2c4642d87db2abc1f5a3b3..1c271f05420a07184e9a10afbbedde184b53a74e 100644 (file)
@@ -15,6 +15,12 @@ sys_stat        [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
 
 configure.ac:
 gl_FUNC_CHOWN
+if test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1; then
+  AC_LIBOBJ([chown])
+fi
+if test $REPLACE_CHOWN = 1 && test $ac_cv_func_fchown = no; then
+  AC_LIBOBJ([fchown-stub])
+fi
 gl_UNISTD_MODULE_INDICATOR([chown])
 
 Makefile.am: