summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 351c1081..14e0b211 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -280,7 +280,7 @@ coverage:
$(MAKE) all AM_CPPFLAGS="-fprofile-arcs -ftest-coverage -DDEBUG" AM_LDFLAGS="-lgcov"
cppcheck:
- cppcheck -q -v . --enable=all -DHAVE_CGROUP -DHAVE_OPENVZ -DHAVE_TASKSTATS
+ cppcheck -q -v . --enable=all -DHAVE_OPENVZ -DHAVE_TASKSTATS
dist-hook: $(top_distdir)/configure
@if grep 'pkg_m4_absent' '$(top_distdir)/configure'; then \

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