mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	It's the eglibc packaging with a bit of spit-polishing. And testing. :-) [blogic: merged glibc and eglibc into 1 and made eglibc a glibc variant] Signed-off-by: Jeff Waugh <jdub@bethesignal.org> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44701
		
			
				
	
	
		
			12 lines
		
	
	
		
			440 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			440 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/libc/configure.in
 | |
| +++ b/libc/configure.in
 | |
| @@ -1037,7 +1037,7 @@
 | |
|    critic_missing="$critic_missing gcc")
 | |
|  AC_CHECK_PROG_VER(MAKE, gnumake gmake make, --version,
 | |
|    [GNU Make[^0-9]*\([0-9][0-9.]*\)],
 | |
| -  [3.79* | 3.[89]*], critic_missing="$critic_missing make")
 | |
| +  [3.79* | 3.[89]* | 4.* ], critic_missing="$critic_missing make")
 | |
|  
 | |
|  AC_CHECK_PROG_VER(MSGFMT, gnumsgfmt gmsgfmt msgfmt, --version,
 | |
|    [GNU gettext.* \([0-9]*\.[0-9.]*\)],
 |