Re: [PATCH v2 7/9] configure: detect and report genisoimage

2020-03-03 Thread Richard Henderson
On 3/3/20 7:06 AM, Alex Bennée wrote: > This is used for some of the vm-build tests so lets detect it and > behave sanely when it is not installed. > > Signed-off-by: Alex Bennée > --- > configure | 13 + > tests/vm/Makefile.include | 14 +++--- > 2 files chan

[PATCH v2 7/9] configure: detect and report genisoimage

2020-03-03 Thread Alex Bennée
This is used for some of the vm-build tests so lets detect it and behave sanely when it is not installed. Signed-off-by: Alex Bennée --- configure | 13 + tests/vm/Makefile.include | 14 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/co