X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fclose;h=6451ce2f7effdccae1060a5d9f29e3f1d80c8aaf;hb=cd7b0a9813277c007918335dcb7554ec3dab0cf9;hp=88e160872617bde83cc982a0eea664f3b93dcb71;hpb=6110d07dee40692d43f2ef8884230e0d53c56548;p=gnulib.git diff --git a/modules/close b/modules/close index 88e160872..6451ce2f7 100644 --- a/modules/close +++ b/modules/close @@ -7,11 +7,14 @@ m4/close.m4 Depends-on: unistd -fd-hook -fclose +fd-hook [test $REPLACE_CLOSE = 1] +msvc-inval [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: