close: Move AC_LIBOBJ invocation to module description.
[pspp] / modules / close
index e526487eff660859c5882d5989384d594fdf805d..adec0401e36f3d0a89a9e14cc5b02d2135b4cc4b 100644 (file)
@@ -7,10 +7,13 @@ m4/close.m4
 
 Depends-on:
 unistd
-fclose
+fd-hook         [test $REPLACE_CLOSE = 1]
 
 configure.ac:
 gl_FUNC_CLOSE
+if test $REPLACE_CLOSE = 1; then
+  AC_LIBOBJ([close])
+fi
 gl_UNISTD_MODULE_INDICATOR([close])
 
 Makefile.am: