summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2018-04-16 13:03:25 +0200
committerKarel Zak2018-04-16 13:03:25 +0200
commit0dadc8bcf43d4ec563835df8ede2d14fb6bf4b61 (patch)
tree8b6015d97b177c9a0b2516efdc62b7fcf792495c /configure.ac
parentMerge branch 'rename-interactive' of https://github.com/g-raud/util-linux (diff)
parentchoom: new command to adjust OOM-killer score value (diff)
downloadkernel-qcow2-util-linux-0dadc8bcf43d4ec563835df8ede2d14fb6bf4b61.tar.gz
kernel-qcow2-util-linux-0dadc8bcf43d4ec563835df8ede2d14fb6bf4b61.tar.xz
kernel-qcow2-util-linux-0dadc8bcf43d4ec563835df8ede2d14fb6bf4b61.zip
Merge branch 'choom'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2a8d4e490..176c50afd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1666,6 +1666,10 @@ AC_ARG_ENABLE([ipcs],
UL_BUILD_INIT([ipcs])
AM_CONDITIONAL([BUILD_IPCS], [test "x$build_ipcs" = xyes])
+UL_BUILD_INIT([choom], [check])
+UL_REQUIRES_LINUX([choom])
+AM_CONDITIONAL([BUILD_CHOOM], [test "x$build_choom" = xyes])
+
UL_BUILD_INIT([lsipc], [check])
UL_REQUIRES_LINUX([lsipc])
UL_REQUIRES_BUILD([lsipc], [libsmartcols])