12 lines
327 B
Diff
12 lines
327 B
Diff
--- configure.in
|
|
+++ configure.in
|
|
@@ -198,7 +198,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
|