summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-21 12:30:25 +0200
committercgzones <cgzones@googlemail.com>2020-11-25 20:49:39 +0100
commitc88c80e3bd0c858e4909412743064a4a1ed211b5 (patch)
tree185144437fc1ba7266d97fb31bad4ef0bac4a081 /configure.ac
parent267014cbfe584ff9a1bc74d671f8aaa27251fd49 (diff)
Drop cgroup conditional
cgroup is only checked on runtime if the column CGROUP is selected. cgroup is currently disabled by default, but most distributions do enable it. Drop the cgroup configuration switch, to reduce the maintenance cost.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index de47b516..79ec292e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,11 +123,6 @@ if test "x$enable_openvz" = xyes; then
AC_DEFINE(HAVE_OPENVZ, 1, [Define if openvz support enabled.])
fi
-AC_ARG_ENABLE(cgroup, [AS_HELP_STRING([--enable-cgroup], [enable cgroups support])], ,enable_cgroup="no")
-if test "x$enable_cgroup" = xyes; then
- AC_DEFINE(HAVE_CGROUP, 1, [Define if cgroup support enabled.])
-fi
-
AC_ARG_ENABLE(vserver, [AS_HELP_STRING([--enable-vserver], [enable VServer support])], ,enable_vserver="no")
if test "x$enable_vserver" = xyes; then
AC_DEFINE(HAVE_VSERVER, 1, [Define if vserver support enabled.])
@@ -390,7 +385,6 @@ AC_MSG_RESULT([
platform: $my_htop_platform
(Linux) proc directory: $PROCDIR
(Linux) openvz: $enable_openvz
- (Linux) cgroup: $enable_cgroup
(Linux) vserver: $enable_vserver
(Linux) ancient vserver: $enable_ancient_vserver
(Linux) taskstats: $enable_taskstats

© 2014-2024 Faster IT GmbH | imprint | privacy policy