summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-12-15 14:24:10 +0100
committerMiloslav Trmač <mitr@redhat.com>2010-12-15 14:24:10 +0100
commitbde3ec012ede47fb16ddc03c0a847df53fc86c30 (patch)
tree43c71272c1114d0799cb567cef461e8a581222a4 /configure.ac
parent81de29993fdecd28a749411969e30eb3d536c36a (diff)
downloadncrypto-master.tar.gz
ncrypto-master.tar.xz
ncrypto-master.zip
Use SOCK_CLOEXEC to avoid leaking FDsHEADmaster
This requires _GNU_SOURCE, which in turn requires renaming the "encrypt" identifier to avoid a conflict with a function from <crypt.h>.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ed53177..47bd1e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,6 +42,7 @@ AM_PROG_CC_C_O
# This interface seems to be undocumented, but bison uses it ;-)
AM_MISSING_PROG([AUTOM4TE], [autom4te])
+AC_USE_SYSTEM_EXTENSIONS
LT_INIT([disable-static])
# Checks for libraries.