On 31 December 2011 11:14, Sebastian Herbszt <herb...@gmx.de> 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