diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-04-03 19:06:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-04-21 16:58:08 -0700 |
commit | 28ff661e73f4bdf0a9b7c84e70fa0a08fd30e482 (patch) | |
tree | 30e13238c1484689622054f7a72c2ecc2f8e3337 | |
parent | d4e85afac6578d5babc8bf97e00e85b00746fca9 (diff) |
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 <alan.coopersmith@oracle.com>
Reviewed-by: Thomas Klausner <wiz@NetBSD.org>
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 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 |