From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58268 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAiOK-0005HC-L7 for qemu-devel@nongnu.org; Tue, 26 Oct 2010 08:12:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAiOE-00035I-F9 for qemu-devel@nongnu.org; Tue, 26 Oct 2010 08:12:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAiOE-00034m-8m for qemu-devel@nongnu.org; Tue, 26 Oct 2010 08:12:30 -0400 Message-ID: <4CC6C5A7.5020106@redhat.com> Date: Tue, 26 Oct 2010 14:12:23 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] QEMU_OPTION_spice is not guarded by ifdef List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roy Tam Cc: qemu-devel On 10/26/10 13:33, Roy Tam wrote: > Hi all, > > commit 29b0040be6371c403dae0fef7fec36b814e300e8 breaks building when > "--disable-spice" configure switch is used. The following patch fix > this. Huh? It builds fine for me. What build failure do you get? cheers, Gerd