summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-04-09 10:43:25 -0700
committerEric Anholt <eric@anholt.net>2008-04-09 10:43:25 -0700
commit7909ebe7f163716520f843fae11ac7bdeffcb57c (patch)
treec28dc7ff19a67177974e77baef2644e91180d398
parentb4842d8dc3b1619033c5c123c8adc6e164098dc3 (diff)
dolt: add FreeBSD support (this and ppc have been submitted upstream).
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
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