/[grub]/grub2/configure.ac
ViewVC logotype

Diff of /grub2/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by okuji, Sun Apr 4 13:45:59 2004 UTC revision 1.10 by marco_g, Thu Jun 30 10:21:36 2005 UTC
# Line 109  AC_CHECK_TOOL(LD, ld) Line 109  AC_CHECK_TOOL(LD, ld)
109  AC_PATH_PROG(RUBY, ruby)  AC_PATH_PROG(RUBY, ruby)
110    
111  # For cross-compiling.  # For cross-compiling.
112  if test "x$build" = "x$host"; then  if test "x$build" != "x$host"; then
113    AC_CHECK_PROGS(BUILD_CC, [gcc egcs cc],    AC_CHECK_PROGS(BUILD_CC, [gcc egcs cc],
114                   [AC_MSG_ERROR([none of gcc, egcs and cc is found. set BUILD_CC manually.])])                   [AC_MSG_ERROR([none of gcc, egcs and cc is found. set BUILD_CC manually.])])
115  else  else

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26