提交 e2d52ad3 编写于 作者: J Juan Quintela 提交者: Anthony Liguori

Add feature configure help

Signed-off-by: NJuan Quintela <quintela@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 4f78ef9a
......@@ -166,6 +166,17 @@ case "$cpu" in
cpu="unknown"
;;
esac
# Default value for a variable defining feature "foo"
# * foo="no", feature will only be used if --enable-foo arg is given
# * foo="", feature will be searched for, and if found, will be used
# * foo="yes", this value vill only be set by --enable-foo flag.
# feature will searched for, if not found, configure exits with error
#
# Always add --enable-foo and --disable-foo command line args. Distributions want
# to ensure that several features are compiled in, and it is impossible without a
# --enable-foo that exits if feature is not found
brlapi="yes"
gprof="no"
debug_tcg="no"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册