Re: [Qemu-devel] [PATCH] Let users select their pythons

2011-07-22 Thread Brad
On 22/07/11 5:10 PM, Blue Swirl wrote: Add configure check for python, exit if not found. Add switches for specifying the path to python, use the path in Makefile. Signed-off-by: Blue Swirl Thanks. This does the trick. -- This message has been scanned for viruses and dangerous content by Mail

[Qemu-devel] [PATCH] Let users select their pythons

2011-07-22 Thread Blue Swirl
Add configure check for python, exit if not found. Add switches for specifying the path to python, use the path in Makefile. Signed-off-by: Blue Swirl --- Makefile | 12 ++-- configure | 13 + 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Makefile b/Mak