qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V2] Make python mandatory


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH V2] Make python mandatory
Date: Sat, 31 Dec 2011 12:20:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Thunderbird/3.1.16

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

Signed-off-by: Sebastian Herbszt <address@hidden>
---
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 <address@hidden>

Maybe this patch can be applied via qemu-trivial.

Regards,

Stefan Weil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]