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

Add error message for feature not found

Signed-off-by: NJuan Quintela <quintela@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 e2d52ad3
......@@ -740,6 +740,16 @@ if test -z "$target_list" ; then
exit 1
fi
feature_not_found() {
feature=$1
echo "ERROR"
echo "ERROR: User requested feature $feature"
echo "ERROR: configure was not able to found it"
echo "ERROR"
exit 1;
}
if test -z "$cross_prefix" ; then
# ---
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册