projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ath9k: make endian check optional
[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.040783 seconds
and
5
git commands to generate.