aboutsummaryrefslogtreecommitdiffstats
path: root/package/grub/patches/100-add_configure_macros.patch
blob: 476f778bc2b6e1a19b44d8a772b74c3b24600ad6 (plain)
1
2
3
4
5
6
7
8
9
10
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)