x86: add grub2 iso support
[openwrt/staging/jogo.git] / package / grub / patches / 100-add_configure_macros.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -56,6 +56,8 @@ fi
4
5 AC_CHECK_TOOL(CC, gcc)
6 AC_PROG_CC
7 +AM_PROG_CC_C_O
8 +AM_PROG_AS
9 # We need this for older versions of Autoconf.
10 _AM_DEPENDENCIES(CC)
11