mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	I no longer need to care about GCC 3.
This commit is contained in:
		
							
								
								
									
										13
									
								
								configure.ac
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								configure.ac
									
									
									
									
									
								
							@@ -44,19 +44,6 @@ fi
 | 
			
		||||
 | 
			
		||||
# Is this gcc?
 | 
			
		||||
AM_CONDITIONAL(IS_GCC, test "x$GCC" = xyes)
 | 
			
		||||
AC_MSG_CHECKING(for gcc that whines about -I)
 | 
			
		||||
AC_EGREP_CPP(
 | 
			
		||||
	yes,
 | 
			
		||||
	[
 | 
			
		||||
		#if __GNUC__ > 3
 | 
			
		||||
		yes
 | 
			
		||||
		#endif
 | 
			
		||||
	],
 | 
			
		||||
	found_gcc4=yes,
 | 
			
		||||
	found_gcc4=no
 | 
			
		||||
)
 | 
			
		||||
AM_CONDITIONAL(IS_GCC4, test "x$found_gcc4" = xyes)
 | 
			
		||||
AC_MSG_RESULT($found_gcc4)
 | 
			
		||||
 | 
			
		||||
# Is this Sun CC?
 | 
			
		||||
AC_EGREP_CPP(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user