[openssh-commits] [openssh] 01/01: Only check for prctl once.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Aug 17 16:26:34 AEST 2016
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 33ba55d9e358c07f069e579bfab80eccaaad52cb
Author: Darren Tucker <dtucker at zip.com.au>
Date: Wed Aug 17 16:26:04 2016 +1000
Only check for prctl once.
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 959826f..a3c22c1 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list