Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 482752 | Differences between
and this patch

Collapse All | Expand All

(-)sandbox-2.6.orig/configure.ac (-1 / +4 lines)
Lines 108-116 Link Here
108
	sys/user.h
108
	sys/user.h
109
	sys/wait.h
109
	sys/wait.h
110
	asm/ptrace.h
110
	asm/ptrace.h
111
	linux/ptrace.h
112
]))
111
]))
113
112
113
if test "$HAVE_LINUX_PTRACE_H" = ""; then
114
	AC_CHECK_HEADER([linux/ptrace.h])
115
fi
116
114
dnl Checks for typedefs, structures, and compiler characteristics.
117
dnl Checks for typedefs, structures, and compiler characteristics.
115
dnl Do this after all headers have been checked.
118
dnl Do this after all headers have been checked.
116
AC_C_CONST
119
AC_C_CONST

Return to bug 482752