X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpipe-posix;h=e8520d03c8773ce18cf7e4dafe8054131849dde2;hb=4e1dc0e3d73be7c53e10b8541a0313df3d1ae35b;hp=e29f92da7acd17c9019e4bfb3cc7d08f52897c03;hpb=1594aaeaab7775c1de2d6fcaeaa002d621f6dae3;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: