commit | cec06ec8282c538a40bde968ae36fe8356daffaa | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Tue Apr 10 13:31:55 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Tue Apr 10 13:31:55 2012 +0200 |
tree | da405bd4d5f77f0e9a5f5a8a91496d328d6f3e9e | |
parent | fed1e8d33ab050df892a88110e1a316d285ee650 [diff] [blame] |
Warn when we fail to trace and SELinux boolean deny_ptrace is in effect
diff --git a/configure.ac b/configure.ac index 7fcfda5..42d6158 100644 --- a/configure.ac +++ b/configure.ac
@@ -82,6 +82,11 @@ AC_SUBST(libsupcxx_LIBS) +dnl Check security_get_boolean_active availability. +AC_CHECK_HEADERS(selinux/selinux.h) +AC_CHECK_LIB(selinux, security_get_boolean_active) + + # HAVE_LIBUNWIND AC_ARG_WITH(libunwind, AS_HELP_STRING([--with-libunwind], [Use libunwind frame unwinding support]),