From 7909ebe7f163716520f843fae11ac7bdeffcb57c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 9 Apr 2008 10:43:25 -0700 Subject: dolt: add FreeBSD support (this and ppc have been submitted upstream). --- acinclude.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/acinclude.m4 b/acinclude.m4 index c496afd73..0d31e857f 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 -- cgit v1.2.3