added an exclusion for setting XORG on darwin
This commit is contained in:
		
							parent
							
								
									8b77dc7e80
								
							
						
					
					
						commit
						7381e9149e
					
				| 
						 | 
				
			
			@ -1220,6 +1220,7 @@ if test "x$XORG" = xauto; then
 | 
			
		|||
	XORG="yes"
 | 
			
		||||
	case $host_os in
 | 
			
		||||
		cygwin*) XORG="no" ;;
 | 
			
		||||
		darwin*) XORG="no" ;;
 | 
			
		||||
	esac
 | 
			
		||||
fi
 | 
			
		||||
AC_MSG_RESULT([$XORG])
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue