diff options
author | Adam Jackson <ajax@redhat.com> | 2012-02-27 11:19:50 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2012-02-27 17:09:01 -0500 |
commit | d2dc9f9daa45504f035b169aba94d0b154fd29f0 (patch) | |
tree | 28ccca7fd1ab27a208a9fbd73306c922d19dac86 /configure.ac | |
parent | f550c1347d3518874fe1c1d417a57322ee6b52db (diff) |
Use O_CLOEXEC for internal file descriptors
Well, almost all of them. zlib doesn't support "e" in the mode string
in gzopen() though it will silently accept and ignore it, and Solaris appears
not to support "e" in the mode string at all.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d63ad25..159ddf7 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ AC_CONFIG_HEADERS([config.h]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE +AC_USE_SYSTEM_EXTENSIONS # Initialize libtool AC_PROG_LIBTOOL |