Do not build hw/xfree86/os-support/bus/ix86Pci.c on Linux.

Linux has custom PCI bus support functions, so this generic code is
unnecessary.
This commit is contained in:
Keith Packard 2007-10-02 08:59:40 -07:00
parent e5e6514ffa
commit c8ccf469dc

View File

@ -1428,6 +1428,7 @@ dnl has it in libc), or if libdl is needed to get it.
case $host_os in case $host_os in
darwin*) ;; darwin*) ;;
*bsd*) ;; *bsd*) ;;
linux*) ;;
*) xorg_bus_ix86pci=yes ;; *) xorg_bus_ix86pci=yes ;;
esac esac
;; ;;
@ -1446,7 +1447,7 @@ dnl has it in libc), or if libdl is needed to get it.
;; ;;
x86_64*|amd64*) x86_64*|amd64*)
case $host_os in case $host_os in
darwin*|*bsd*) darwin*|*bsd*|linux*)
;; ;;
*) *)
xorg_bus_ix86pci="yes" xorg_bus_ix86pci="yes"