aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorLars Volker <lv@cloudera.com>2017-05-10 22:50:32 +0200
committerMike Frysinger <vapier@chromium.org>2017-05-10 21:32:37 +0000
commitffe3e478657dc7126fca6329dfcedc49f4c726d9 (patch)
treeb2d19d5d30a4ae9d500dd182786bde3ca94b96b0 /aclocal.m4
parentFix race in ExceptionHandler::GenerateDump() (diff)
downloadbreakpad-ffe3e478657dc7126fca6329dfcedc49f4c726d9.tar.xz
Only use O_CLOEXEC on platforms that support it
Change a9fca58 made use of the O_CLOEXEC flag, which is not supported on older Linux kernels. This change makes the use contingent on kernel support. Testing: I manually compiled breakpad on CentOS 5.8 running kernel 2.6.18-308.8.2.el5.centos.plusxen. Bug: 730 Change-Id: I21dff928cfba3c156a56708913f65a0c7b5396a6 Reviewed-on: https://chromium-review.googlesource.com/498528 Reviewed-by: Mike Frysinger <vapier@chromium.org>
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 16992bfd..fadda165 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1298,6 +1298,7 @@ AC_SUBST([am__untar])
m4_include([m4/ax_append_compile_flags.m4])
m4_include([m4/ax_append_flag.m4])
m4_include([m4/ax_check_compile_flag.m4])
+m4_include([m4/ax_check_define.m4])
m4_include([m4/ax_cxx_compile_stdcxx.m4])
m4_include([m4/ax_pthread.m4])
m4_include([m4/ax_require_defined.m4])