From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCSzd-0002eG-8J for qemu-devel@nongnu.org; Mon, 04 Mar 2013 05:51:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCSzc-000232-2D for qemu-devel@nongnu.org; Mon, 04 Mar 2013 05:51:41 -0500 Date: Mon, 4 Mar 2013 11:51:36 +0100 From: Stefan Hajnoczi Message-ID: <20130304105136.GA2837@stefanha-thinkpad.redhat.com> References: <302ae9628718b0c4ae10528ec97e88a6000b6099.1362123798.git.mprivozn@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <302ae9628718b0c4ae10528ec97e88a6000b6099.1362123798.git.mprivozn@redhat.com> Subject: Re: [Qemu-devel] [PATCH] configure: Require at least spice-protocol-0.12.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Privoznik Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Fri, Mar 01, 2013 at 08:43:18AM +0100, Michal Privoznik wrote: > As of 5a49d3e9 we assume SPICE_PORT_EVENT_BREAK to be defined. > However, it is defined not in 0.12.2 what we require now, but in > 0.12.3. Therefore in order to prevent build failure we must > adjust our minimal requirements. > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan