meson: honor --enable-rbd if cc.links test fails
commitc518d6c2bffdef9d98177dba7f25d5cb4193822e
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 26 Jan 2021 10:20:35 +0000 (26 11:20 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Feb 2021 13:43:54 +0000 (8 14:43 +0100)
treecdbd49c96657ded09fa03e14a25fe956b09345e0
parentd7dedf428fefccc662f367745c21c0041f30a1d6
meson: honor --enable-rbd if cc.links test fails

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 <pbonzini@redhat.com>
meson.build