From: Sebastian Herbszt <herbszt@gmx.de>
To: qemu-devel@nongnu.org
Cc: Stefan Weil <sw@weilnetz.de>
Subject: [Qemu-devel] Subject: [PATCH] Make python mandatory
Date: Sat, 31 Dec 2011 00:59:29 +0100 [thread overview]
Message-ID: <1325289569$267@local> (raw)
In-Reply-To: <4EFE4483.1010707@weilnetz.de>
Make python mandatory.
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
---
configure | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/configure b/configure
index 640e815..6c2a1b4 100755
--- a/configure
+++ b/configure
@@ -1185,13 +1185,11 @@ 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
+ :
+else
+ echo "Python not found. Use --python=/path/to/python"
+ exit 1
fi
if test -z "$target_list" ; then
--
1.7.3.4
next prev parent reply other threads:[~2011-12-31 0:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-30 22:36 [Qemu-devel] Compiling without python? Sebastian Herbszt
2011-12-30 23:08 ` Stefan Weil
2011-12-30 23:59 ` Sebastian Herbszt [this message]
2011-12-31 0:52 ` [Qemu-devel] Subject: [PATCH] Make python mandatory Peter Maydell
2011-12-31 1:00 ` Sebastian Herbszt
2011-12-31 11:14 ` [Qemu-devel] [PATCH V2] " Sebastian Herbszt
2011-12-31 11:20 ` Stefan Weil
2012-01-03 10:53 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
2011-12-31 11:39 ` [Qemu-devel] " Peter Maydell
2012-01-01 11:45 ` [Qemu-devel] Compiling without python? Michael S. Tsirkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='1325289569$267@local' \
--to=herbszt@gmx.de \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).