X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fisapipe;h=25a87b19de921dee7eca4795f0840c85171f3c2e;hb=6a0fd2e2d7d6a7e787ada21ffbe5f8ac0e3a06f1;hp=ee1c2202d6989210f00c88e733fb42c13c46edbf;hpb=721f56dcf49f8f004f609cc966f876922faad1a8;p=gnulib.git diff --git a/modules/isapipe b/modules/isapipe index ee1c2202d..25a87b19d 100644 --- a/modules/isapipe +++ b/modules/isapipe @@ -7,12 +7,18 @@ lib/isapipe.h m4/isapipe.m4 Depends-on: -stdbool [test $ac_cv_func_isapipe = no] -sys_stat [test $ac_cv_func_isapipe = no] -unistd [test $ac_cv_func_isapipe = no] +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: