]> git.eshelyaron.com Git - emacs.git/commitdiff
Prefer build_alias over host when host_alias is not set.
authorAndreas Schwab <schwab@suse.de>
Tue, 22 May 2007 15:54:32 +0000 (15:54 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 22 May 2007 15:54:32 +0000 (15:54 +0000)
configure.in

index a8e9aec87499dc39a130c38853c76d8800ced8ea..b8aadf595446352f4125437011f7056fc71c6a20 100644 (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