From ccc2db08ab28dd8b03de8f2e361d12359b4cd2f4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 21 May 2011 16:54:22 +0200 Subject: 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. --- modules/pipe-posix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/pipe-posix') 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: -- cgit v1.2.1