]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: Allow builds without any system or user emulation
authorStefan Weil <sw@weilnetz.de>
Fri, 14 Sep 2012 17:02:30 +0000 (19:02 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:21 +0000 (21:44 -0500)
commitb83465006d2a747c70c6ba4eb0fc8bf827852492
tree2aa3cbf41cd2e095c3dd5d2b7883bce2227554e8
parentd80210efbc96cc92c843eca6ab875665c6063a39
configure: Allow builds without any system or user emulation

The old code aborted configure when no emulation target was selected.
Even after removing the 'exit 1', it tried to read from STDIN
when QEMU was configured with

    configure' '--disable-user' '--disable-system'

This is fixed here.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 8bdd3d499fe0ddffa9901c56ab3bc8911d5b8be0)

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