1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[backfire] backport grub fixes from trunk

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22060 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2010-07-04 15:46:20 +00:00
parent 654a44e57b
commit 4eb07384d9
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)