Browse Source

Merge pull request #7632 from erikh/fix_check_config

fix check-config.sh to check for CGROUP_PERF
Tianon Gravi 11 years ago
parent
commit
651f521e17
1 changed files with 1 additions and 0 deletions
  1. 1 0
      contrib/check-config.sh

+ 1 - 0
contrib/check-config.sh

@@ -146,6 +146,7 @@ echo 'Optional Features:'
 flags=(
 	MEMCG_SWAP
 	RESOURCE_COUNTERS
+	CGROUP_PERF
 )
 check_flags "${flags[@]}"