Re: [PATCH] meson: honor --enable-rbd if cc.links test fails

2021-01-26 Thread Peter Lieven
Am 26.01.21 um 11:27 schrieb Paolo Bonzini: > If the link test failed, compilation proceeded with RBD disabled, > even if --enable-rbd was used on the configure command line. > Fix that. > > Signed-off-by: Paolo Bonzini > --- > meson.build | 24 +++- > 1 file changed, 15 inser

[PATCH] meson: honor --enable-rbd if cc.links test fails

2021-01-26 Thread Paolo Bonzini
If the link test failed, compilation proceeded with RBD disabled, even if --enable-rbd was used on the configure command line. Fix that. Signed-off-by: Paolo Bonzini --- meson.build | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/meson.build b/meson.