Re: [PATCH 008/143] tests/vm: check for Python YAML parser in the Makefile

2020-08-07 Thread Philippe Mathieu-Daudé
On 8/6/20 9:14 PM, Paolo Bonzini wrote: > No need to do it in the configure file if it is only used for a help message. > > Signed-off-by: Paolo Bonzini > --- > configure | 9 - > tests/vm/Makefile.include | 4 +++- > 2 files changed, 3 insertions(+), 10 deletions(-) >

[PATCH 008/143] tests/vm: check for Python YAML parser in the Makefile

2020-08-06 Thread Paolo Bonzini
No need to do it in the configure file if it is only used for a help message. Signed-off-by: Paolo Bonzini --- configure | 9 - tests/vm/Makefile.include | 4 +++- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/configure b/configure index 1c17a0f..625c14c