Remove empty stub of $host_cpu case statement in configure.ac
Left behind when commit 5c12399b6c moved the xorg_bus_* settings
elsewhere.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Thomas Klausner <wiz@NetBSD.org>
			
			
This commit is contained in:
		
							parent
							
								
									d4e85afac6
								
							
						
					
					
						commit
						28ff661e73
					
				| 
						 | 
					@ -2006,11 +2006,6 @@ if test "x$XORG" = xyes; then
 | 
				
			||||||
		;;
 | 
							;;
 | 
				
			||||||
	esac
 | 
						esac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	case $host_cpu in
 | 
					 | 
				
			||||||
	  i*86)
 | 
					 | 
				
			||||||
		;;
 | 
					 | 
				
			||||||
	esac
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if test "x$DGA" = xauto; then
 | 
						if test "x$DGA" = xauto; then
 | 
				
			||||||
		PKG_CHECK_MODULES(DGA, $DGAPROTO, [DGA=yes], [DGA=no])
 | 
							PKG_CHECK_MODULES(DGA, $DGAPROTO, [DGA=yes], [DGA=no])
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue