summaryrefslogtreecommitdiff
path: root/modules/pipe-posix
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 16:54:22 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:36 +0200
commitccc2db08ab28dd8b03de8f2e361d12359b4cd2f4 (patch)
tree1c4a986896f37f6b7f112034a8464c3f6fd63c61 /modules/pipe-posix
parentce4994a0f21a348cc0394235ae848413360cbce5 (diff)
downloadgnulib-ccc2db08ab28dd8b03de8f2e361d12359b4cd2f4.tar.gz
pipe-posix: Move AC_LIBOBJ invocations to module description.
* m4/pipe.m4 (gl_FUNC_PIPE): Move AC_LIBOBJ invocation from here... * modules/pipe-posix (configure.ac): ... to here.
Diffstat (limited to 'modules/pipe-posix')
-rw-r--r--modules/pipe-posix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/pipe-posix b/modules/pipe-posix
index e29f92da7a..e8520d03c8 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: