[PATCH 2/2] Remove empty stub of $host_cpu case statement in configure.ac

Alan Coopersmith alan.coopersmith at oracle.com
Fri Apr 3 22:42:55 PDT 2015


Left behind when commit 5c12399b6c3a8d moved the xorg_bus_* settings
elsewhere.

Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 configure.ac |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index ec15909..685d5c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2006,11 +2006,6 @@ if test "x$XORG" = xyes; then
 		;;
 	esac
 
-	case $host_cpu in
-	  i*86)
-		;;
-	esac
-
 	if test "x$DGA" = xauto; then
 		PKG_CHECK_MODULES(DGA, $DGAPROTO, [DGA=yes], [DGA=no])
 	fi
-- 
1.7.9.2



More information about the xorg-devel mailing list