diff options
author | Michael Roth <mdroth@linux.vnet.ibm.com> | 2015-08-26 11:14:31 -0500 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2015-09-01 13:16:26 -0500 |
commit | 1a34904e5b59fd42f238dc50992af1c3a11a458b (patch) | |
tree | da5abdb62264373e9f6e5e35383083b3b3dbb71e /include | |
parent | 9d6bc27b7e0e8520f1f91721d9c738e027eeb6c4 (diff) | |
download | hqemu-1a34904e5b59fd42f238dc50992af1c3a11a458b.zip hqemu-1a34904e5b59fd42f238dc50992af1c3a11a458b.tar.gz |
configure: qemu-ga: explicitly enable qemu-ga MSI support when probed
Currently, if we don't explicitly disable support for MSI installer
via --disable-guest-agent-msi, the configure variable that tracks
the flag, 'guest_agent_msi', never gets set unless one of the probes
fails. Subsequent code then treats this unset value the same as if it
were a "yes" value (via != "no" style checks).
Instead, set the default "yes" value explicitly after the probes, then
make subsequent code expect the values to be set.
This makes it easier to report on whether or not MSI support was
enabled via probe by looking at the ./configure summary.
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions