From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guEYw-0002OL-0e for qemu-devel@nongnu.org; Thu, 14 Feb 2019 05:48:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guEYt-0002wS-1B for qemu-devel@nongnu.org; Thu, 14 Feb 2019 05:48:13 -0500 From: Laurent Vivier Date: Thu, 14 Feb 2019 11:47:08 +0100 Message-Id: <20190214104717.3543-6-laurent@vivier.eu> In-Reply-To: <20190214104717.3543-1-laurent@vivier.eu> References: <20190214104717.3543-1-laurent@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 05/14] configure: fix qemu-img name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Laurent Vivier , Paolo Bonzini , kvm@vger.kernel.org, libvir-list@redhat.com, "Michael S. Tsirkin" , Eric Blake , Markus Armbruster , Michael Tokarev , "Dr. David Alan Gilbert" , qemu-trivial@nongnu.org, Gerd Hoffmann , Artyom Tarasenko , Kamil Rytarowski , Mark Cave-Ayland , Cleber Rosa , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= From: Cleber Rosa Signed-off-by: Cleber Rosa Reviewed-by: Laurent Vivier Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20190207193605.25676-3-crosa@redhat.com> Signed-off-by: Laurent Vivier --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ff55e2273e9a..c8fc1647fe69 100755 --- a/configure +++ b/configure @@ -1768,7 +1768,7 @@ disabled with --disable-FEATURE, default is enabled if available: virglrenderer virgl rendering support xfsctl xfsctl support qom-cast-debug cast debugging support - tools build qemu-io, qemu-nbd and qemu-image tools + tools build qemu-io, qemu-nbd and qemu-img tools vxhs Veritas HyperScale vDisk backend support bochs bochs image format support cloop cloop image format support -- 2.20.1