Re: [Qemu-devel] [PATCH] configure: fix libcacard check

2012-07-22 Thread Alon Levy
On Sun, Jul 22, 2012 at 12:30:27PM +0100, Peter Maydell wrote: > On 22 July 2012 12:00, Alon Levy wrote: > > SRC_PATH is undefined during configure run time, it is only defined in > > makefiles generated by it. Replace with source_path which is defined. > > There's a (slightly different) patch to

Re: [Qemu-devel] [PATCH] configure: fix libcacard check

2012-07-22 Thread Peter Maydell
On 22 July 2012 12:00, Alon Levy wrote: > SRC_PATH is undefined during configure run time, it is only defined in > makefiles generated by it. Replace with source_path which is defined. There's a (slightly different) patch to address this issue in my configure series I posted earlier this week: ht

[Qemu-devel] [PATCH] configure: fix libcacard check

2012-07-22 Thread Alon Levy
SRC_PATH is undefined during configure run time, it is only defined in makefiles generated by it. Replace with source_path which is defined. Signed-off-by: Alon Levy --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5fcd315..227c7d4