]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Enable TPM by default, add --disable-tpm
authorCole Robinson <crobinso@redhat.com>
Mon, 16 Jun 2014 19:32:47 +0000 (15:32 -0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 24 Jun 2014 16:01:24 +0000 (20:01 +0400)
commite91c793cb50b83a695bbbf677ebfff478d8c62f2
tree539e5875e24c54471a1cacb32714973604a26b11
parent5d831be27289c244969cbe6a3b87cbc0b44b1532
configure: Enable TPM by default, add --disable-tpm

I don't see why tpm is disabled by default: it doesn't have any
external dependencies, or change default behavior. Leaving it disabled
is just going to cause it to bit rot.

Enable it by default, and add a --disable-tpm option.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure