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

2011-12-31 Thread Peter Maydell
On 31 December 2011 11:14, Sebastian Herbszt wrote: > +if ! has $python; then > +  echo "Python not found. Use --python=/path/to/python" > +  exit 1 >  fi This will do the wrong thing if the user runs configure with '--python=/path with spaces/python', but the Makefile won't cope with that either

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

2011-12-31 Thread Stefan Weil
Am 31.12.2011 12:14, schrieb Sebastian Herbszt: Make python mandatory. Signed-off-by: Sebastian Herbszt --- 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 +1

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

2011-12-31 Thread Sebastian Herbszt
Make python mandatory. Signed-off-by: Sebastian Herbszt --- 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