]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
vl: make sure char-pty message displayed by moving setbuf to the beginning
[mirror_qemu.git] / configure
index 4983c8b5330058d7aedec53815a0c1bc35da6126..eb635c3b9a5501c2f813ab25ca6deca37e284786 100755 (executable)
--- a/configure
+++ b/configure
@@ -7159,7 +7159,7 @@ if test "$live_block_migration" = "yes" ; then
 fi
 
 if test "$tpm" = "yes"; then
-  echo 'CONFIG_TPM=$(CONFIG_SOFTMMU)' >> $config_host_mak
+  echo 'CONFIG_TPM=y' >> $config_host_mak
 fi
 
 echo "TRACE_BACKENDS=$trace_backends" >> $config_host_mak