Re: [PATCH 009/143] configure: do not include $(...) variables in config-host.mak

2020-08-07 Thread Philippe Mathieu-Daudé
On 8/6/20 9:14 PM, Paolo Bonzini wrote: > This ensures that Meson will be able to reuse the results of > the tests that are performed in the configure script. > > Signed-off-by: Paolo Bonzini > --- > configure | 32 > 1 file changed, 16 insertions(+), 16 deletion

[PATCH 009/143] configure: do not include $(...) variables in config-host.mak

2020-08-06 Thread Paolo Bonzini
This ensures that Meson will be able to reuse the results of the tests that are performed in the configure script. Signed-off-by: Paolo Bonzini --- configure | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/configure b/configure index 625c14c