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

This commit is contained in:
Eric Anholt 2008-04-09 10:43:25 -07:00
parent b4842d8dc3
commit 7909ebe7f1

View File

@ -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