Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 518524
Collapse All | Expand All

(-)a/configure.ac (-2 / +2 lines)
Lines 52-58 AC_CHECK_HEADERS( Link Here
52
52
53
# Checks for DECLs.
53
# Checks for DECLs.
54
AC_CHECK_DECL([ELF_C_RDWR_MMAP],[],[],[[#include <libelf.h>]])
54
AC_CHECK_DECL([ELF_C_RDWR_MMAP],[],[],[[#include <libelf.h>]])
55
AM_CONDITIONAL([BUILD_ELF],[test "x$ac_cv_have_decl_ELF_C_RDWR_MMAP" = "xyes"])
56
55
57
# Checks for typedefs, structures, and compiler characteristics.
56
# Checks for typedefs, structures, and compiler characteristics.
58
AC_TYPE_PID_T
57
AC_TYPE_PID_T
Lines 107-112 AS_IF( Link Here
107
	]
106
	]
108
)
107
)
109
108
109
AM_CONDITIONAL([BUILD_ELF],[test "x$enable_ptpax" = "xyes"])
110
110
AC_ARG_ENABLE(
111
AC_ARG_ENABLE(
111
	[xtpax],
112
	[xtpax],
112
	AS_HELP_STRING(
113
	AS_HELP_STRING(
113
- 

Return to bug 518524