dzprintf-gnu: Add tests.
[gnulib.git] / m4 / pipe.m4
blobcf7a03965eb929e56a85cd09dddfd0ac238cdcf0
1 # pipe.m4
2 # serial 2
3 dnl Copyright (C) 2010-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_FUNC_PIPE],
10   AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
12   AC_CHECK_FUNCS_ONCE([pipe])
13   if test $ac_cv_func_pipe != yes; then
14     HAVE_PIPE=0
15   fi