Minor test fixes for non-linux

procps works well on Linux, on other arches there are some strange
differences due to their emulation of procfs which is not 100%
Disabling checks for non-linux until that can be sorted out.
This commit is contained in:
Craig Small
2011-12-03 00:32:14 +11:00
parent 4725fc735e
commit 3d807ae853
5 changed files with 27 additions and 19 deletions

View File

@@ -118,6 +118,7 @@ AC_ARG_ENABLE([kill],
[], enable_kill=yes
)
AM_CONDITIONAL(BUILD_KILL, test "x$enable_kill" = xyes)
AM_CONDITIONAL(LINUX, test "x$host_os" = xlinux-gnu)
AC_ARG_ENABLE([oomem],
AS_HELP_STRING([--enable-oomem], [add out-of-memory fields to the library and top]),