summaryrefslogtreecommitdiff
path: root/m4/pipe2.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-24 00:42:22 +0200
committerBruno Haible <bruno@clisp.org>2009-08-24 00:51:43 +0200
commitb23a8463848dff32b7247e648dd89d8283c82c02 (patch)
treee1a76d8b53d8d0b5f34c966cffef598dd4539cd9 /m4/pipe2.m4
parentc794f07135a841322588b962c298469ac367468d (diff)
downloadgnulib-b23a8463848dff32b7247e648dd89d8283c82c02.tar.gz
Tolerate declared but missing pipe2 syscall.
Diffstat (limited to 'm4/pipe2.m4')
-rw-r--r--m4/pipe2.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/pipe2.m4 b/m4/pipe2.m4
index d0aae439e0..54f6ec7565 100644
--- a/m4/pipe2.m4
+++ b/m4/pipe2.m4
@@ -1,4 +1,4 @@
-# pipe2.m4 serial 1
+# pipe2.m4 serial 2
dnl Copyright (C) 2009 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -14,6 +14,5 @@ AC_DEFUN([gl_FUNC_PIPE2],
AC_CHECK_FUNCS_ONCE([pipe2])
if test $ac_cv_func_pipe2 != yes; then
HAVE_PIPE2=0
- AC_LIBOBJ([pipe2])
fi
])