commit | c518d6c2bffdef9d98177dba7f25d5cb4193822e | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Jan 26 11:20:35 2021 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Feb 08 14:43:54 2021 +0100 |
tree | cdbd49c96657ded09fa03e14a25fe956b09345e0 | |
parent | d7dedf428fefccc662f367745c21c0041f30a1d6 [diff] |
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>