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: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH V2] Make python mandatory
Date: Sat, 31 Dec 2011 11:39:39 +0000

On 31 December 2011 11:14, Sebastian Herbszt <address@hidden> 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 so I guess it's not that important.

-- PMM



reply via email to

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