X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpipe-posix;h=e8520d03c8773ce18cf7e4dafe8054131849dde2;hb=9723bfe9bb9af8309314ad6230f7661000ba03b1;hp=e29f92da7acd17c9019e4bfb3cc7d08f52897c03;hpb=4b6dad7e35019625bd5eb30796beebac099a7422;p=gnulib.git diff --git a/modules/pipe-posix b/modules/pipe-posix index e29f92da7..e8520d03c 100644 --- a/modules/pipe-posix +++ b/modules/pipe-posix @@ -10,6 +10,9 @@ unistd configure.ac: gl_FUNC_PIPE +if test $HAVE_PIPE = 0; then + AC_LIBOBJ([pipe]) +fi gl_UNISTD_MODULE_INDICATOR([pipe]) Makefile.am: