[Top][All Lists]
[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
- Problem in configure,
James Shewey <=