summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2015-08-21 00:00:00 -0500
committerCraig Small <csmall@enc.com.au>2015-08-23 21:08:18 +1000
commit64238730fa45e92bc40b2aa28d107c2469ac29e9 (patch)
treeabc39c574b893920517ec9694ea2bba19832598f /configure.ac
parentf0c23e51ec4760f9c71b8d56dae9ece640ab13a3 (diff)
downloadprocps-ng-64238730fa45e92bc40b2aa28d107c2469ac29e9.tar.gz
build, library & top: make OOMEM options unconditional
It was probably always wrong to have a variable length proc_t structure. This patch takes all remaining oomem former suse only options and makes them unconditional. Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 612097f..de3f417 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,14 +189,6 @@ AC_ARG_ENABLE([examples],
)
AM_CONDITIONAL(EXAMPLE_FILES, test "x$enable_examples" = xyes)
-AC_ARG_ENABLE([oomem],
- AS_HELP_STRING([--enable-oomem], [add out-of-memory fields to the library and top]),
- [], [enable_oomem=no]
-)
-if test "x$enable_oomem" = xyes; then
- AC_DEFINE(OOMEM_ENABLE, 1, [add out-of-memory fields to the library and top])
-fi
-
AC_ARG_ENABLE([sigwinch],
AS_HELP_STRING([--enable-sigwinch], [reduce impact of x-windows resize operations on top]),
[], [enable_sigwinch=no]