summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2008-04-13 15:30:17 -0700
committerJosh Triplett <josh@freedesktop.org>2008-04-13 15:30:17 -0700
commit91dd9486d2cc9bc284a7af9d35e654d2d5f1ab97 (patch)
tree272574ccd5b3bc10caa73a48fee5e459863b82da
parent62760d6c1005681801fbc4c028398cbebbc8fc3d (diff)
Use i?86 rather than i386 for FreeBSD
-rw-r--r--dolt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/dolt.m4 b/dolt.m4
index a7383ef..2f5d9db 100644
--- a/dolt.m4
+++ b/dolt.m4
@@ -23,7 +23,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*) ;;
+amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*) ;;
*) dolt_supported=no ;;
esac
if test x$dolt_supported = xno ; then