Prefer build_alias over host when host_alias is not set.

This commit is contained in:
Andreas Schwab 2007-05-22 15:54:32 +00:00
parent 2f041d6249
commit 0b7543cedb

View file

@ -200,7 +200,7 @@ fi
AC_CANONICAL_HOST
canonical=$host
configuration=${host_alias-$host}
configuration=${host_alias-${build_alias-$host}}
dnl This used to use changequote, but, apart from `changequote is evil'
dnl per the autoconf manual, we can speed up autoconf somewhat by quoting