mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			197 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 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)
 | 
						|
 
 |