xserver: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Tue Oct 2 09:00:34 PDT 2007


 configure.ac |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
diff-tree c8ccf469dcb2d7609b23faa8b4999c436263051e (from e5e6514ffa0fd132e0cc1b15b94119e6e8755f43)
Author: Keith Packard <keithp at koto.keithp.com>
Date:   Tue Oct 2 08:59:40 2007 -0700

    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.

diff --git a/configure.ac b/configure.ac
index 5c5ff7d..a5f1866 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1428,6 +1428,7 @@ dnl has it in libc), or if libdl is need
                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 need
 		;;
 	  x86_64*|amd64*)
 		case $host_os in
-		  darwin*|*bsd*)
+		  darwin*|*bsd*|linux*)
 			;;
 		  *)
 			xorg_bus_ix86pci="yes"


More information about the xorg-commit mailing list