configure: Avoid compiling system tools on user build by default
commite10ee3f567c098929217458fb47a5a2d147331bd
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 17 Feb 2020 13:33:27 +0000 (17 14:33 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 19 Feb 2020 10:17:40 +0000 (19 11:17 +0100)
tree4899aab5302680231cd36f1d00a5faef49f31d77
parent9cbc0578cb67efd41462ee3fd818880efeafe888
configure: Avoid compiling system tools on user build by default

User-mode does not need the system tools. Do not build them by
default if the user specifies --disable-system.

This disables building the following binaries on a user-only build:

- elf2dmp
- qemu-edid
- qemu-ga
- qemu-img
- qemu-io
- qemu-nbd
- ivshmem-client
- ivshmem-server

The qemu-user binaries are not affected by this change.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20200217133327.25144-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure