From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsuuX-00027P-2g for qemu-devel@nongnu.org; Sun, 22 Jul 2012 08:05:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SsuuV-0006tO-RI for qemu-devel@nongnu.org; Sun, 22 Jul 2012 08:05:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsuuV-0006tK-J5 for qemu-devel@nongnu.org; Sun, 22 Jul 2012 08:05:19 -0400 Date: Sun, 22 Jul 2012 15:05:08 +0300 From: Alon Levy Message-ID: <20120722120343.GC16119@garlic.redhat.com> References: <1342954829-17303-1-git-send-email-alevy@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] configure: fix libcacard check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org 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 address this issue in my > configure series I posted earlier this week: > http://patchwork.ozlabs.org/patch/171698/ > Your fix looks fine. I appologize for not checking - wasn't sure if this happens when not requesting libcacard compilation (via --enable-smartcard-nss), so didn't think it was already addressed on the list, my bad. > -- PMM >