configure: qemu-ga is only needed with softmmu targets
authorLaurent Vivier <lvivier@redhat.com>
Mon, 1 Apr 2019 14:12:20 +0000 (16:12 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 17 May 2019 13:19:39 +0000 (15:19 +0200)
commita51259059503a197dd8fbc152786cbacf3127bbb
treebeb8075fdfd7d893582adf014cc2bdc4256f48ab
parent3dff199cca2702846a23d7193dbd447064b60d0d
configure: qemu-ga is only needed with softmmu targets

Remove it from the list of tools if --disable-system
and --disable-tools are used as we don't need it for
linux-user targets.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
[lv: I also disable it with disable-tools, not only with disable-system]
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Message-Id: <20190401141222.30034-4-lvivier@redhat.com>
configure