]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-07-16 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Thu, 16 Jul 2009 22:33:20 +0000 (22:33 +0000)
committerproski <proski@localhost>
Thu, 16 Jul 2009 22:33:20 +0000 (22:33 +0000)
* configure.ac: Fix wrong use of grub_cv_cc_no_red_zone where
grub_cv_cc_efiemu should be used.

ChangeLog
configure.ac

index f82851910d8b9693fe45054e12d86a1ec5f92c36..56099da61a94a1c1d33573d794b664acdb44a89e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-07-16  Pavel Roskin  <proski@gnu.org>
 
+       * configure.ac: Fix wrong use of grub_cv_cc_no_red_zone where
+       grub_cv_cc_efiemu should be used.
+
        * configure.ac: Typo fixes.
 
        * kern/mm.c (grub_zalloc): New function.
index 85605149c37362d713956516d81a558774be59dc..8da8a0a4f42983992fa4a3bb8c070799572815fe 100644 (file)
@@ -441,7 +441,7 @@ if test x"$enable_efiemu" = xno ; then
   efiemu_excuse="explicitly disabled"
 fi
 if test x"$efiemu_excuse" = x ; then
-  AC_CACHE_CHECK([whether options required for efiemu work], grub_cv_cc_no_red_zone, [
+  AC_CACHE_CHECK([whether options required for efiemu work], grub_cv_cc_efiemu, [
     CFLAGS="$CFLAGS -m64 -mcmodel=large -mno-red-zone -nostdlib -c"
     AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[]])],
                      [grub_cv_cc_efiemu=yes],