Prefer build_alias over host when host_alias is not set.
This commit is contained in:
parent
2f041d6249
commit
0b7543cedb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue