From 28ff661e73f4bdf0a9b7c84e70fa0a08fd30e482 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 3 Apr 2015 19:06:21 -0700 Subject: Remove empty stub of $host_cpu case statement in configure.ac Left behind when commit 5c12399b6c3a8d moved the xorg_bus_* settings elsewhere. Signed-off-by: Alan Coopersmith Reviewed-by: Thomas Klausner --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 3028e1218..fc154603d 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 -- cgit v1.2.3