configure: linux-user doesn't need neither fdt nor slirp
commitd599938af13714ce635c579a96c805c05e8f6e57
authorLaurent Vivier <lvivier@redhat.com>
Fri, 21 Jun 2019 13:05:44 +0000 (21 15:05 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 19 Feb 2020 10:17:40 +0000 (19 11:17 +0100)
tree2226956f72eafeda8efed7ba527338a5fc4adf8e
parent405dc4cfc62a7c526405c8aba9152c2ac19b588e
configure: linux-user doesn't need neither fdt nor slirp

if softmmu is not enabled, we disable by default fdt and
slirp as they are only used by -softmmu targets.

A side effect is the git submodules are not cloned
if they are not needed.

Clone and build can be forced with --enable-fdt and
--enable-slirp.

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190621130544.18860-1-lvivier@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure