From c8ccf469dcb2d7609b23faa8b4999c436263051e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 2 Oct 2007 08:59:40 -0700 Subject: [PATCH] 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. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5c5ff7d07..a5f18668f 100644 --- a/configure.ac +++ b/configure.ac @@ -1428,6 +1428,7 @@ dnl has it in libc), or if libdl is needed to get it. case $host_os in darwin*) ;; *bsd*) ;; + linux*) ;; *) xorg_bus_ix86pci=yes ;; esac ;; @@ -1446,7 +1447,7 @@ dnl has it in libc), or if libdl is needed to get it. ;; x86_64*|amd64*) case $host_os in - darwin*|*bsd*) + darwin*|*bsd*|linux*) ;; *) xorg_bus_ix86pci="yes"