From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31921 invoked by alias); 21 Aug 2011 13:13:55 -0000 Received: (qmail 31911 invoked by uid 22791); 21 Aug 2011 13:13:54 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from tschetwerikow.v9g.de (HELO tschetwerikow.v9g.de) (217.92.164.63) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 21 Aug 2011 13:13:41 +0000 Received: from localhost (localhost [127.0.0.1]) by tschetwerikow.v9g.de (Postfix) with ESMTP id 720F7174D772; Sun, 21 Aug 2011 15:13:40 +0200 (CEST) Received: from tschetwerikow.v9g.de ([127.0.0.1]) by localhost (tschetwerikow.boxberg.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TEeKbORcJx1t; Sun, 21 Aug 2011 15:13:35 +0200 (CEST) Received: from mikulin.boxberg.lan (mikulin.boxberg.lan [10.0.1.253]) by tschetwerikow.v9g.de (Postfix) with ESMTPS id 3A45E174D751; Sun, 21 Aug 2011 15:13:35 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 1 of 5] configure: correct check_for X-Mercurial-Node: a946359cb4429037976e6ff22c51515401eaf820 Message-Id: In-Reply-To: References: User-Agent: Mercurial-patchbomb/1.9 Date: Sun, 21 Aug 2011 13:13:00 -0000 From: Titus von Boxberg To: crossgcc@sourceware.org Cc: yann.morin.1998@anciens.enib.fr X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2011-08/txt/msg00083.txt.bz2 # HG changeset patch # User Titus von Boxberg # Date 1313876746 -7200 # Node ID a946359cb4429037976e6ff22c51515401eaf820 # Parent 41bd6777fa4f767d6264db7c58986920014fd708 configure: correct check_for check_for didn't set variable 'where' when the path to a prog was passed manually "(cached)". Signed-off-by: "Titus von Boxberg" titus@v9g.de diff -r 41bd6777fa4f -r a946359cb442 configure --- a/configure Wed Aug 17 23:53:49 2011 +0200 +++ b/configure Sat Aug 20 23:45:46 2011 +0200 @@ -171,6 +171,7 @@ eval val="\${${var}}" if [ -n "${val}" ]; then status="${val} (cached)\n" + where="${val}" break fi fi -- For unsubscribe information see http://sourceware.org/lists.html#faq