commit | dc1757e87cb663d88ba7d9f65140a0cbce2eb81e | [log] [tgz] |
---|---|---|
author | philippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Mon Feb 02 22:40:54 2015 +0000 |
committer | philippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Mon Feb 02 22:40:54 2015 +0000 |
tree | a10f6c54a491423710e9e42f15a8b6ba5c688eae | |
parent | 95af4ce809c85e3659843aa4156089c80b2b4353 [diff] [blame] |
PTRACE_GETREGS might not be detected on some distro, due to a missing #include in the configure test. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14899 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/configure.ac b/configure.ac index bdf5f22..fe2897b 100644 --- a/configure.ac +++ b/configure.ac
@@ -1084,6 +1084,7 @@ AC_MSG_CHECKING([for PTRACE_GETREGS]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ +#include <stdlib.h> #include <stddef.h> #include <sys/ptrace.h> #include <sys/user.h>