xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Tue Nov 20 05:59:31 PST 2007


 configure.ac |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

New commits:
commit 89c4aa9d4a872d658ba82b194a4355ba7c04e061
Author: Jeremy Huddleston <jeremy at yuffie.local>
Date:   Tue Nov 20 05:57:15 2007 -0800

    Force --disable-Xorg when on darwin

diff --git a/configure.ac b/configure.ac
index 493a430..21f58e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -562,7 +562,7 @@ if test "x$SETUID" = "xauto" ; then
 	   	case $host_cpu in
 		    sparc)	SETUID="no"  ;;
 		    *)		SETUID="yes" ;;
-		esac ;;
+		esac
 	esac
 	if test "x$SETUID" = xyes; then
 		touch testfile
@@ -1205,6 +1205,7 @@ if test "x$XORG" = xauto; then
 	XORG="yes"
 	case $host_os in
 		cygwin*) XORG="no" ;;
+		darwin*) XORG="no" ;;
 	esac
 fi
 AC_MSG_RESULT([$XORG])
@@ -1407,10 +1408,14 @@ dnl has it in libc), or if libdl is needed to get it.
 		Free/Open/NetBSD, Solaris, and OS X. If you are interested in porting \
 	        Xorg to your platform, please email xorg at lists.freedesktop.org.])
 		;;
-               case $host_os in
-                 darwin*) ;;
-                 *) xorg_bus_ix86pci=yes ;;
-               esac
+	esac
+        
+	case $host_cpu in
+	  i*86)
+		case $host_os in
+                  darwin*) ;;
+                  *) xorg_bus_ix86pci=yes ;;
+		esac
 		;;
 	  powerpc*)
 		case $host_os in
@@ -2101,6 +2106,7 @@ hw/xfree86/os-support/misc/Makefile
 hw/xfree86/os-support/linux/Makefile
 hw/xfree86/os-support/lynxos/Makefile
 hw/xfree86/os-support/sco/Makefile
+hw/xfree86/os-support/solaris/Makefile
 hw/xfree86/os-support/sysv/Makefile
 hw/xfree86/os-support/usl/Makefile
 hw/xfree86/parser/Makefile


More information about the xorg-commit mailing list