From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC5mI-0006hh-B0 for qemu-devel@nongnu.org; Sun, 03 Mar 2013 05:04:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UC5mF-0005Hu-QR for qemu-devel@nongnu.org; Sun, 03 Mar 2013 05:04:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC5mF-0005Hq-Jf for qemu-devel@nongnu.org; Sun, 03 Mar 2013 05:04:19 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r23A4H4p012658 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 3 Mar 2013 05:04:17 -0500 From: Alon Levy Date: Sun, 3 Mar 2013 12:04:15 +0200 Message-Id: <1362305055-24079-1-git-send-email-alon@pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH] configure: require spice-protocol >= 0.12.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com Required since v1.4.0-rc0 For SPICE_PORT_EVENT_BREAK used by spice-qemu-char.c since: commit 5a49d3e9a799b7e1bf87da7ae7f2a719e01da319 Author: Marc-Andr=C3=A9 Lureau Date: Wed Dec 5 16:15:34 2012 +0100 spice-qemu-char: add spiceport chardev Signed-off-by: Alon Levy --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 19738ac..82b7b54 100755 --- a/configure +++ b/configure @@ -2867,7 +2867,7 @@ EOF spice_cflags=3D$($pkg_config --cflags spice-protocol spice-server 2>/d= ev/null) spice_libs=3D$($pkg_config --libs spice-protocol spice-server 2>/dev/n= ull) if $pkg_config --atleast-version=3D0.12.0 spice-server >/dev/null 2>&1= && \ - $pkg_config --atleast-version=3D0.12.2 spice-protocol > /dev/null 2= >&1 && \ + $pkg_config --atleast-version=3D0.12.3 spice-protocol > /dev/null 2= >&1 && \ compile_prog "$spice_cflags" "$spice_libs" ; then spice=3D"yes" libs_softmmu=3D"$libs_softmmu $spice_libs" --=20 1.8.1.2