2005-07-09 Yoshinori Okuji <okuji@enbug.org>
* aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): The return value was reverse.
This commit is contained in:
parent
f8f1559ae0
commit
e6f3e61495
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-09 Yoshinori Okuji <okuji@enbug.org>
|
||||
|
||||
* aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): The return value was
|
||||
reverse.
|
||||
|
||||
2004-07-04 Vincent Pelletier <subdino2004@yahoo.fr>
|
||||
|
||||
* normal/cmdline.c (grub_cmdline_get): Don't fallback on ctrl-d
|
||||
|
|
2
aclocal.m4
vendored
2
aclocal.m4
vendored
|
@ -313,7 +313,7 @@ main ()
|
|||
}
|
||||
|
||||
p = &test;
|
||||
return nestedfunc (0, 0, 0);
|
||||
return ! nestedfunc (0, 0, 0);
|
||||
}
|
||||
]])],
|
||||
[grub_cv_i386_check_nested_functions=yes],
|
||||
|
|
Loading…
Reference in a new issue