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:
Alan Coopersmith 2015-04-03 19:06:21 -07:00
parent d4e85afac6
commit 28ff661e73

View File

@ -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