Re: [Qemu-devel] [PATCH] libcacard configure fixes

2012-02-17 Thread Alon Levy
On Fri, Feb 17, 2012 at 12:16:53PM -0600, Anthony Liguori wrote: > On 02/09/2012 01:05 PM, Paul Brook wrote: > >libcacard is only used by system emulation. > >Only define libcacard_libs/cflags once. > > > >Signed-off-by: Paul Brook > > Ah, I applied this without realizing it was from pbrook :-) >

Re: [Qemu-devel] [PATCH] libcacard configure fixes

2012-02-17 Thread Anthony Liguori
On 02/09/2012 01:05 PM, Paul Brook wrote: libcacard is only used by system emulation. Only define libcacard_libs/cflags once. Signed-off-by: Paul Brook Ah, I applied this without realizing it was from pbrook :-) Regards, Anthony Liguori --- configure | 12 ++-- 1 files changed

Re: [Qemu-devel] [PATCH] libcacard configure fixes

2012-02-12 Thread Alon Levy
On Thu, Feb 09, 2012 at 07:05:29PM +, Paul Brook wrote: > libcacard is only used by system emulation. > Only define libcacard_libs/cflags once. > ACK. Anthony, do you want a single patch pull request in general or is it ok to ask that you pick this directly? Alon > Signed-off-by: Paul Broo

Re: [Qemu-devel] [PATCH] libcacard configure fixes

2012-02-09 Thread Andreas Färber
Am 09.02.2012 20:05, schrieb Paul Brook: > libcacard is only used by system emulation. > Only define libcacard_libs/cflags once. > > Signed-off-by: Paul Brook Looks okay on first sight, but Alon (cc'ed) may want to check. Andreas > --- > configure | 12 ++-- > 1 files changed, 6 ins

[Qemu-devel] [PATCH] libcacard configure fixes

2012-02-09 Thread Paul Brook
libcacard is only used by system emulation. Only define libcacard_libs/cflags once. Signed-off-by: Paul Brook --- configure | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 763db24..faa65a8 100755 --- a/configure +++ b/configure @@ -