1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-19 16:38:47 +03:00
openwrt-xburst/package/grub/patches/100-add_configure_macros.patch

12 lines
197 B
Diff
Raw Normal View History

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