From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6P5B-0000RX-3z for qemu-devel@nongnu.org; Wed, 21 Sep 2011 11:51:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6P58-00007x-IM for qemu-devel@nongnu.org; Wed, 21 Sep 2011 11:51:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6P58-00007Z-9u for qemu-devel@nongnu.org; Wed, 21 Sep 2011 11:51:30 -0400 From: Yonit Halperin Date: Wed, 21 Sep 2011 18:51:13 +0300 Message-Id: <1316620283-8330-4-git-send-email-yhalperi@redhat.com> In-Reply-To: <1316620283-8330-1-git-send-email-yhalperi@redhat.com> References: <1316620283-8330-1-git-send-email-yhalperi@redhat.com> Subject: [Qemu-devel] [PATCH spice-server 03/13] configure: spice-protocol >= 0.8.2 (semi-seamless migration protocol) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: spice-devel@freedesktop.org Cc: Yonit Halperin , alevy@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com Signed-off-by: Yonit Halperin --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 3a86515..e169f36 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,7 @@ fi dnl ========================================================================= dnl Check deps -PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.8.1) +PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.8.2) AC_SUBST(PROTOCOL_CFLAGS) AC_CHECK_LIBM -- 1.7.4.4