]> git.proxmox.com Git - mirror_qemu.git/commit - configure
Add ability to force enable/disable of tools build
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 10 Sep 2012 11:26:29 +0000 (12:26 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 10 Sep 2012 18:53:26 +0000 (13:53 -0500)
commit4b1c11fd20e8901f04a2d9c225cd10fc05a762ff
tree887f7e83ea22d233b825ecf6b4c6429f11fcd4e8
parent66d5499b3754b83c09487259c08fe2ce73188a59
Add ability to force enable/disable of tools build

The qemu-img, qemu-nbd and qemu-io tools are built conditionally
based on whether any softmmu target is enabled. These are useful
self-contained tools which can be used in many other scenarios.
Add new --enable-tools/--disable-tools args to configure to allow
the user to explicitly turn on / off their build. The default
behaviour is now to build these tools are all times, regardless
of whether any softmmu target is enabled

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure