X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fisapipe;h=cc62ea8ce71a20aa22e857335e17b942b6836928;hb=595a46b55ce347d427426acf2af4de6799c07b2e;hp=6352af4519eacc0ca3c10659d887aee6fe5db670;hpb=76cfe20c721a2dcefaabf27de32082458b51b281;p=gnulib.git diff --git a/modules/isapipe b/modules/isapipe index 6352af451..cc62ea8ce 100644 --- a/modules/isapipe +++ b/modules/isapipe @@ -7,12 +7,16 @@ 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] configure.ac: gl_ISAPIPE +if test $HAVE_ISAPIPE = 0; then + AC_LIBOBJ([isapipe]) + gl_PREREQ_ISAPIPE +fi Makefile.am: