grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem in configure


From: James Shewey
Subject: Problem in configure
Date: Sun, 12 Oct 2008 20:29:21 -0400

I believe that line 6938, which reads:

if test "x$grub_cv_prog_target_cc" = xno; then

May contain an error. Perhaps this should read

if test "$grub_cv_prog_target_cc" = xno; then

or

if test "$grub_cv_prog_target_cc" = no; then

?

-James




reply via email to

[Prev in Thread] Current Thread [Next in Thread]