On Fri, 2009-06-19 at 22:05 +0200, Christian Franke wrote:

> 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.

Thanks for pointing it out.  Actually, the message is not needed at all.
There is no "checking" that needs to be communicated to the user.  It
would be appropriate if configure was running a compiler or looked for
some tool in the PATH.  In this case, it's just shell variable
assignments with on test for a file.

-- 
Regards,
Pavel Roskin


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to