From: Andreas Schwab Date: Tue, 22 May 2007 15:54:32 +0000 (+0000) Subject: Prefer build_alias over host when host_alias is not set. X-Git-Tag: emacs-pretest-23.0.90~12579 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b7543cedbc0210ad87e0799d2b1c206751b5a2a;p=emacs.git Prefer build_alias over host when host_alias is not set. --- diff --git a/configure.in b/configure.in index a8e9aec8749..b8aadf59544 100644 --- a/configure.in +++ b/configure.in @@ -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