]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-01-26 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Sun, 25 Jan 2009 23:04:46 +0000 (23:04 +0000)
committerrobertmh <robertmh@localhost>
Sun, 25 Jan 2009 23:04:46 +0000 (23:04 +0000)
        * configure.ac: Fix cross-compilation check.

ChangeLog
configure
configure.ac

index 7c8a28345b2ef879631f74681781e9bae17f3f54..1136aabc8a7c3ff9cc794a3f6d8291d4fbe4760f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-26  Robert Millan  <rmh@aybabtu.com>
+
+       * configure.ac: Fix cross-compilation check.
+       
 2009-01-22  Christian Franke  <franke@computer.org>
 
        * kern/misc.c (grub_vsprintf): Fix size and termination of `format2'
index de8ef269fcef4b65a319526638448f050608c95e..e1c8c9691f4113df7de94043bbb13c918c25b7e3 100644 (file)
--- a/configure
+++ b/configure
@@ -5928,7 +5928,7 @@ esac
 echo "${ECHO_T}$TARGET_OBJ2ELF" >&6; }
 
 # For cross-compiling.
-if test "x$target" != "x$host"; then
+if test "x$build" != "x$host"; then
   # XXX this depends on the implementation of autoconf!
   tmp_ac_tool_prefix="$ac_tool_prefix"
   ac_tool_prefix=$target_alias-
index 8caaa0697089d4b5589fbc2a44537980a446bb22..e563c14df07afcb148a6c67238af215d9eaf30df 100644 (file)
@@ -223,7 +223,7 @@ AC_SUBST(TARGET_OBJ2ELF)
 AC_MSG_RESULT([$TARGET_OBJ2ELF])
 
 # For cross-compiling.
-if test "x$target" != "x$host"; then
+if test "x$build" != "x$host"; then
   # XXX this depends on the implementation of autoconf!
   tmp_ac_tool_prefix="$ac_tool_prefix"
   ac_tool_prefix=$target_alias-