Re: [Qemu-devel] [PATCH] configure: Fix spice probe

2011-01-24 Thread Gerd Hoffmann
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?

Re: [Qemu-devel] [PATCH] configure: Fix spice probe

2011-01-24 Thread Jiri Denemark
On Mon, Jan 24, 2011 at 15:17:17 +0100, Jiri Denemark wrote: > On Mon, Jan 24, 2011 at 15:01:27 +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

Re: [Qemu-devel] [PATCH] configure: Fix spice probe

2011-01-24 Thread Alon Levy
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 m

Re: [Qemu-devel] [PATCH] configure: Fix spice probe

2011-01-24 Thread Jiri Denemark
On Mon, Jan 24, 2011 at 15:01:27 +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

Re: [Qemu-devel] [PATCH] configure: Fix spice probe

2011-01-24 Thread Gerd Hoffmann
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 ... cheers, Gerd

[Qemu-devel] [PATCH] configure: Fix spice probe

2011-01-24 Thread Jiri Denemark
From: Jiri Denemark Non-existent $pkgconfig instead of $pkg_config was used when configure probes for spice availability. Signed-off-by: Jiri Denemark --- configure |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 210670c..dc469b2 100755