提交 7a3fc891 编写于 作者: S Sebastian Herbszt 提交者: Stefan Hajnoczi

Make python mandatory

The QEMU build depends on Python so make it an explicit requirement.
Reviewed-by: NStefan Weil <sw@weilnetz.de>
Signed-off-by: NSebastian Herbszt <herbszt@gmx.de>
Signed-off-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
上级 a46667ea
...@@ -1197,13 +1197,9 @@ if test "$solaris" = "yes" ; then ...@@ -1197,13 +1197,9 @@ if test "$solaris" = "yes" ; then
fi fi
fi fi
if test "$guest_agent" != "no" ; then if ! has $python; then
if has $python; then echo "Python not found. Use --python=/path/to/python"
: exit 1
else
echo "Python not found. Use --python=/path/to/python"
exit 1
fi
fi fi
if test -z "$target_list" ; then if test -z "$target_list" ; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册