Am 31.12.2011 12:14, schrieb Sebastian Herbszt:
Make python mandatory.

Signed-off-by: Sebastian Herbszt <herb...@gmx.de>
---
configure | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/configure b/configure
index 640e815..a54439d 100755
--- a/configure
+++ b/configure
@@ -1185,13 +1185,9 @@ if test "$solaris" = "yes" ; then
fi
fi

-if test "$guest_agent" != "no" ; then
- if has $python; then
- :
- else
- echo "Python not found. Use --python=/path/to/python"
- exit 1
- fi
+if ! has $python; then
+ echo "Python not found. Use --python=/path/to/python"
+ exit 1
fi

if test -z "$target_list" ; then

Reviewed-by: Stefan Weil <s...@weilnetz.de>

Maybe this patch can be applied via qemu-trivial.

Regards,

Stefan Weil


Reply via email to