Re: [Qemu-devel] [PATCH] configure: Print out missing library when configure fails

2013-03-15 Thread Qingtang Zhou
On Fri, Mar 15, 2013 at 7:53 PM, Peter Maydell wrote: > On 15 March 2013 11:46, Qingtang Zhou wrote: > > This patch let configure tool print out which library > > is missing besides the qemu feature name when it fails. > > just fyi, this is going to clash badly with the patch I posted to > the li

Re: [Qemu-devel] [PATCH] configure: Print out missing library when configure fails

2013-03-15 Thread Peter Maydell
On 15 March 2013 11:46, Qingtang Zhou wrote: > This patch let configure tool print out which library > is missing besides the qemu feature name when it fails. just fyi, this is going to clash badly with the patch I posted to the list yesterday to abstract out error message printing better. > @@

[Qemu-devel] [PATCH] configure: Print out missing library when configure fails

2013-03-15 Thread Qingtang Zhou
This patch let configure tool print out which library is missing besides the qemu feature name when it fails. CC: Blue Swirl CC: Anthony Liguori Signed-off-by: Qingtang Zhou --- configure | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/configure b/configure