From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URlos-0006au-Ip for qemu-devel@nongnu.org; Mon, 15 Apr 2013 11:59:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URlop-0006d1-B6 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 11:59:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URlop-0006cn-33 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 11:59:47 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3FFxklb027684 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 15 Apr 2013 11:59:46 -0400 Message-ID: <516C247A.80706@redhat.com> Date: Mon, 15 Apr 2013 18:02:02 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1366031973-7718-1-git-send-email-pbonzini@redhat.com> <1366031973-7718-8-git-send-email-pbonzini@redhat.com> In-Reply-To: <1366031973-7718-8-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/12] configure: fix TPM logic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org 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"