On 2/21/22 10:06, Thomas Huth wrote:
For the users, it looks a little bit weird that capstone and slirp are not disabled automatically if they run the configure script with the "--without-default-features" option, so let's do that now. Note: fdt is*not* changed accordingly since this affects the targets that we can build, so disabling fdt automatically here might have unexpected side-effects for the users.
I suppose that's why it wasn't done for any of the submodules, but your way makes sense as well (possibly _more_ sense).
Acked-by: Paolo Bonzini <pbonz...@redhat.com> Paolo