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:
okuji 2005-07-09 09:34:39 +00:00
parent f8f1559ae0
commit e6f3e61495
2 changed files with 6 additions and 1 deletions

2
aclocal.m4 vendored
View file

@ -313,7 +313,7 @@ main ()
}
p = &test;
return nestedfunc (0, 0, 0);
return ! nestedfunc (0, 0, 0);
}
]])],
[grub_cv_i386_check_nested_functions=yes],