diff options
author | Darren Tucker <dtucker@zip.com.au> | 2016-08-17 08:26:04 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-08-17 08:26:04 +0200 |
commit | 33ba55d9e358c07f069e579bfab80eccaaad52cb (patch) | |
tree | 265c6fcc845350c8b164ec8e37e9d3bfffa87605 /configure.ac | |
parent | Fix typo. (diff) | |
download | openssh-33ba55d9e358c07f069e579bfab80eccaaad52cb.tar.xz openssh-33ba55d9e358c07f069e579bfab80eccaaad52cb.zip |
Only check for prctl once.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 959826fe9..a3c22c187 100644 --- a/configure.ac +++ b/configure.ac @@ -796,7 +796,6 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) fi AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h], [], [], [#include <linux/types.h>]) - AC_CHECK_FUNCS([prctl]) AC_MSG_CHECKING([for seccomp architecture]) seccomp_audit_arch= case "$host" in |