grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo)

SVN-Revision: 21608
This commit is contained in:
Felix Fietkau
2010-05-28 19:48:05 +00:00
parent c24397b385
commit 93dd5cdde9
4 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/configure.ac
+++ b/configure.ac
@@ -56,6 +56,8 @@ fi
AC_CHECK_TOOL(CC, gcc)
AC_PROG_CC
+AM_PROG_CC_C_O
+AM_PROG_AS
# We need this for older versions of Autoconf.
_AM_DEPENDENCIES(CC)