configure.ac: Check that we can use O_CLOEXEC with pipe2().
Needed for EL5. Based on: https://github.com/rurban/mosh/commit/c70c3707e65b42ac9b9da937e9c255211330805e
This commit is contained in:
committed by
Keith Winstein
parent
99e8626a01
commit
85d197346a
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_PIPE2
|
||||
#ifdef HAVE_PIPE2_CLOEXEC
|
||||
#define HASPIPE2
|
||||
#else
|
||||
#undef HASPIPE2
|
||||
|
||||
Reference in New Issue
Block a user