From 202683a4fc148dc228de226e9980a3f27754b854 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 9 Jun 2016 16:15:58 +0200 Subject: Use O_CLOEXEC in most places --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ff8e39fa0..a9e6b4313 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,7 @@ static char buf[1024];]], AC_LANG_POP(C++) -AC_CHECK_FUNCS([statvfs]) +AC_CHECK_FUNCS([statvfs pipe2]) # Check for lutimes, optionally used for changing the mtime of -- cgit v1.2.3