From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MHkKu-0004Zk-CR for mharc-grub-devel@gnu.org; Fri, 19 Jun 2009 16:05:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHkKs-0004ZD-Fe for grub-devel@gnu.org; Fri, 19 Jun 2009 16:05:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHkKo-0004YH-Ve for grub-devel@gnu.org; Fri, 19 Jun 2009 16:05:18 -0400 Received: from [199.232.76.173] (port=41763 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHkKo-0004YE-Qd for grub-devel@gnu.org; Fri, 19 Jun 2009 16:05:14 -0400 Received: from mailout04.t-online.de ([194.25.134.18]:51932) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHkKo-0000rS-E2 for grub-devel@gnu.org; Fri, 19 Jun 2009 16:05:14 -0400 Received: from fwd09.aul.t-online.de by mailout04.t-online.de with smtp id 1MHkKl-0006qE-0A; Fri, 19 Jun 2009 22:05:11 +0200 Received: from [10.3.2.2] (VUjp+eZvwhadOzMbvuTHN+pVW8eIIrgEYVTv7XmyDi5spkcMfJjqTn+Lrg+Mgz6wab@[217.235.222.244]) by fwd09.aul.t-online.de with esmtp id 1MHkKh-1rRExc0; Fri, 19 Jun 2009 22:05:07 +0200 Message-ID: <4A3BEF72.1050005@t-online.de> Date: Fri, 19 Jun 2009 22:05:06 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 MIME-Version: 1.0 To: grub-devel@gnu.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ID: VUjp+eZvwhadOzMbvuTHN+pVW8eIIrgEYVTv7XmyDi5spkcMfJjqTn+Lrg+Mgz6wab X-TOI-MSGID: 946a142a-018e-4d80-88a9-c93dc07b59e1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [2342] 2009-06-18 Vladimir Serbinenko X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2009 20:05:19 -0000 Vladimir Serbinenko wrote: > * configure.ac: remove a leftover AC_MSG_RESULT > ... > --- trunk/grub2/configure.ac 2009-06-18 13:51:06 UTC (rev 2341) > +++ trunk/grub2/configure.ac 2009-06-18 14:02:23 UTC (rev 2342) > @@ -308,7 +308,6 @@ > AC_SUBST(TARGET_IMG_LDSCRIPT) > AC_SUBST(TARGET_IMG_LDFLAGS) > AC_SUBST(TARGET_IMG_CFLAGS) > -AC_MSG_RESULT([$TARGET_IMG_LDFLAGS_AC]) > > This was the AC_MSG_RESULT(...) for the AC_MSG_CHECKING([for option to link raw image]) which is still present for the "$grub_cv_apple_target_cc" != "yes" case. I would suggest to move the AC_MSG_CHECKING outside the 'if "$grub_cv_apple_target_cc" = "yes" ... fi' and re-add the AC_MSG_RESULT. -- Regards, Christian Franke