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