qemu-devel
[Top][All Lists]
Advanced

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

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


From: Sebastian Herbszt
Subject: [Qemu-devel] [PATCH V2] Make python mandatory
Date: Sat, 31 Dec 2011 12:14:47 +0100

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
-- 
1.7.3.4





reply via email to

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