xserver: Branch 'master'

Eric Anholt anholt at kemper.freedesktop.org
Wed Apr 9 10:43:40 PDT 2008


 acinclude.m4 |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7909ebe7f163716520f843fae11ac7bdeffcb57c
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Apr 9 10:43:25 2008 -0700

    dolt: add FreeBSD support (this and ppc have been submitted upstream).

diff --git a/acinclude.m4 b/acinclude.m4
index c496afd..0d31e85 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -27,6 +27,7 @@ if test x$GCC != xyes; then
 fi
 case $host in
 i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux*) ;;
+amd64-*-freebsd*|i386-*-freebsd*|ia64-*-freebsd*) ;;
 *) dolt_supported=no ;;
 esac
 if test x$dolt_supported = xno ; then


More information about the xorg-commit mailing list