On 04/15/13 15:19, Paolo Bonzini wrote: > diff --git a/configure b/configure > index 258c82a..1c1e369 100755 > --- a/configure > +++ b/configure
> @@ -3436,6 +3445,7 @@ echo "virtio-blk-data-plane $virtio_blk_data_plane" > echo "gcov $gcov_tool" > echo "gcov enabled $gcov" > echo "TPM support $tpm" > +echo "TPM passthrough $tpm_passthrough" > > if test "$sdl_too_old" = "yes"; then > echo "-> Your SDL version is too old - please upgrade to have SDL support" (tiny merge conflict with 0a12ec87) diff --cc configure index a97bf31,1c1e369..0000000 --- a/configure +++ b/configure @@@ -3503,7 -3445,7 +3513,8 @@@ echo "virtio-blk-data-plane $virtio_blk echo "gcov $gcov_tool" echo "gcov enabled $gcov" echo "TPM support $tpm" + echo "TPM passthrough $tpm_passthrough" +echo "libssh2 support $libssh2" if test "$sdl_too_old" = "yes"; then echo "-> Your SDL version is too old - please upgrade to have SDL support"
