浏览代码

Merge pull request #7632 from erikh/fix_check_config

fix check-config.sh to check for CGROUP_PERF
Tianon Gravi 11 年之前
父节点
当前提交
651f521e17
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      contrib/check-config.sh

+ 1 - 0
contrib/check-config.sh

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