iopsys-feed/extra/grub/patches/100-add_configure_macros.patch
Fredrik Åsberg 1f5c527959 Separate "extra" folder.
Added packages that we are unsure whether they can be deleted or are needed to a separate "extra" folder.
2016-01-26 11:38:06 +01:00

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