package/kernel: fix Kconfig symbol name for OV511 video driver (closes: #8017)
[openwrt.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
This page took 0.039924 seconds and 5 git commands to generate.