From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50681 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhNZA-0003fi-Fl for qemu-devel@nongnu.org; Mon, 24 Jan 2011 09:38:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhNZ9-0003nx-Fi for qemu-devel@nongnu.org; Mon, 24 Jan 2011 09:38:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhNZ9-0003np-90 for qemu-devel@nongnu.org; Mon, 24 Jan 2011 09:38:47 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0OEcjRH008715 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Jan 2011 09:38:46 -0500 Message-ID: <4D3D8EF3.1000704@redhat.com> Date: Mon, 24 Jan 2011 15:38:43 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] configure: Fix spice probe References: <4D3D8637.4020805@redhat.com> <20110124142057.GC18177@playa.tlv.redhat.com> In-Reply-To: <20110124142057.GC18177@playa.tlv.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jiri Denemark , qemu-devel@nongnu.org On 01/24/11 15:20, Alon Levy wrote: > On Mon, Jan 24, 2011 at 03:01:27PM +0100, Gerd Hoffmann wrote: >> On 01/24/11 13:20, Jiri Denemark wrote: >>> From: Jiri Denemark >>> >>> Non-existent $pkgconfig instead of $pkg_config was used when configure >>> probes for spice availability. >> >> What tree you are looking at? It _is_ $pkgconfig in mine ... > > And it needs to be $pkg_config - someone did a cleanup and decided to > rename $pkgconfig->$pkg_config recently. Ah, now after rebasing to latest master I see it too. /me goes pick the patch into the spice queue. thanks, Gerd