Re: [Qemu-devel] [PATCH] when overriding default tool names don't add cross-prefix

2011-08-05 Thread Anthony Liguori
On 08/04/2011 05:10 PM, Stuart yoder wrote: From: Stuart Yoder When overriding a tool name via a shell variable, don't tack on the cross-prefix. This specifically allows the pkg-config command to be overridden and work where it does not exist in some cross build environments. Signed-off-by: St

[Qemu-devel] [PATCH] when overriding default tool names don't add cross-prefix

2011-08-04 Thread Stuart yoder
From: Stuart Yoder When overriding a tool name via a shell variable, don't tack on the cross-prefix. This specifically allows the pkg-config command to be overridden and work where it does not exist in some cross build environments. Signed-off-by: Stuart Yoder --- configure | 16 ---