X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fisapipe;h=25a87b19de921dee7eca4795f0840c85171f3c2e;hb=cbc11ff0020eb9c04caea6b3e7dc4e4281dff1f9;hp=6352af4519eacc0ca3c10659d887aee6fe5db670;hpb=76cfe20c721a2dcefaabf27de32082458b51b281;p=gnulib.git diff --git a/modules/isapipe b/modules/isapipe index 6352af451..25a87b19d 100644 --- a/modules/isapipe +++ b/modules/isapipe @@ -7,12 +7,18 @@ lib/isapipe.h m4/isapipe.m4 Depends-on: -stdbool -sys_stat -unistd +stdbool [test $HAVE_ISAPIPE = 0] +sys_stat [test $HAVE_ISAPIPE = 0] +unistd [test $HAVE_ISAPIPE = 0] +msvc-nothrow [test $HAVE_ISAPIPE = 0] +fstat [test $HAVE_ISAPIPE = 0] configure.ac: gl_ISAPIPE +if test $HAVE_ISAPIPE = 0; then + AC_LIBOBJ([isapipe]) + gl_PREREQ_ISAPIPE +fi Makefile.am: