Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
archive/package/grub/patches/100-add_configure_macros.patch
Felix Fietkau 19ef208879 [backfire] backport grub fixes from trunk
SVN-Revision: 22060
2010-07-04 15:46:20 +00:00

12 lines
197 B
Diff

--- 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)