]> www.infradead.org Git - users/dwmw2/qemu.git/commit
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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:13 +0000 (21:44 -0500)
commitb5701820f8fb1c52d26da6bcedb0729a869a9b55
treec24df9245181ca8fea7efbd383032c484fe7abc0
parent5af6b07ab063a9d98f60965d1295cae444f257fc
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>
(cherry picked from commit 4b1c11fd20e8901f04a2d9c225cd10fc05a762ff)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure