diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-08 23:34:41 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-24 23:40:02 -0500 |
commit | 5bb86bafd6fda296011cbcd5d15a85a6d770ae29 (patch) | |
tree | 327395727c329436e789969ad7990798b1178178 /configure.ac | |
parent | a67360e79fa7e17c3d907771694009c57c1cd195 (diff) |
PCI: Remove non-pciaccess path for x86.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 6286a6c16..662fcbd63 100644 --- a/configure.ac +++ b/configure.ac @@ -1220,7 +1220,6 @@ AC_MSG_RESULT([$XORG]) xorg_bus_linuxpci=no xorg_bus_bsdpci=no -xorg_bus_ix86pci=no xorg_bus_sparc=no if test "x$XORG" = xyes; then @@ -1357,15 +1356,6 @@ if test "x$XORG" = xyes; then sparc*) xorg_bus_sparc="yes" ;; - i*86|x86_64*|amd64*) - case $host_os in - *bsd*|linux*|solaris*) - ;; - *) - xorg_bus_ix86pci="yes" - ;; - esac - ;; esac if test "x$XORG_OS_PCI" = x ; then @@ -1459,7 +1449,6 @@ fi AM_CONDITIONAL([XORG], [test "x$XORG" = xyes]) AM_CONDITIONAL([XORG_BUS_LINUXPCI], [test "x$xorg_bus_linuxpci" = xyes]) AM_CONDITIONAL([XORG_BUS_BSDPCI], [test "x$xorg_bus_bsdpci" = xyes]) -AM_CONDITIONAL([XORG_BUS_IX86PCI], [test "x$xorg_bus_ix86pci" = xyes]) AM_CONDITIONAL([XORG_BUS_SPARC], [test "x$xorg_bus_sparc" = xyes]) AM_CONDITIONAL([LINUX_IA64], [test "x$linux_ia64" = xyes]) AM_CONDITIONAL([LINUX_ALPHA], [test "x$linux_alpha" = xyes]) |