mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
13 lines
515 B
Diff
13 lines
515 B
Diff
--- configure.ac.orig 2007-11-04 04:24:32.000000000 -0300
|
|
+++ configure.ac 2009-04-30 19:03:09.393728806 -0300
|
|
@@ -67,7 +67,8 @@
|
|
struct user_regs_struct.rax,
|
|
struct user_regs_struct.rdi,
|
|
struct user_regs_struct.rsi,
|
|
- struct user_regs_struct.rdx], [],[], [#include <sys/user.h>])
|
|
+ struct user_regs_struct.rdx], [],[], [AC_INCLUDES_DEFAULT
|
|
+#include <sys/user.h>])
|
|
AC_CHECK_MEMBERS([struct pt_regs.orig_gpr3,
|
|
struct pt_regs.gpr], [],[], [#include <linux/ptrace.h>])
|
|
AM_CONDITIONAL(WANT_PEEKFD_I386,
|