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.
This commit is contained in:
proski 2009-07-16 22:33:20 +00:00
parent ce7a733d47
commit 43e6200c73
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View 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],