2009-03-31 Pavel Roskin <proski@gnu.org>
* aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Provide safe default for cross-compilation.
This commit is contained in:
parent
95646d9232
commit
0d818b7e5c
3 changed files with 10 additions and 10 deletions
1
aclocal.m4
vendored
1
aclocal.m4
vendored
|
@ -337,6 +337,7 @@ main (void)
|
|||
}
|
||||
]])],
|
||||
[grub_cv_i386_check_nested_functions=no],
|
||||
[grub_cv_i386_check_nested_functions=yes],
|
||||
[grub_cv_i386_check_nested_functions=yes])])
|
||||
|
||||
AC_MSG_RESULT([$grub_cv_i386_check_nested_functions])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue