configure: Disable capstone and slirp in the --without-default-features mode
commit0577e84d374572344bb1cc87c9778357597a3fad
authorThomas Huth <thuth@redhat.com>
Mon, 21 Feb 2022 09:06:47 +0000 (21 10:06 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 21 Feb 2022 17:13:19 +0000 (21 18:13 +0100)
tree55dcfe7f90bf0e01d36e512447ca8c33d76f720e
parente670f6d825d4dee248b311197fd4048469d6772b
configure: Disable capstone and slirp in the --without-default-features mode

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.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220221090647.150184-1-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure