# HG changeset patch # User Andreas Schwab # Date 1179849272 0 # Node ID da070d0314e41429a2de7e04557b77a62981b0bc # Parent daf60d1c2ce844ea9b0d68b824ed92251f29e347 Prefer build_alias over host when host_alias is not set. diff -r daf60d1c2ce8 -r da070d0314e4 configure.in --- a/configure.in Tue May 22 13:45:59 2007 +0000 +++ b/configure.in Tue May 22 15:54:32 2007 +0000 @@ -200,7 +200,7 @@ 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