diff options
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a8e9aec8749..b8aadf59544 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -200,7 +200,7 @@ fi | |||
| 200 | 200 | ||
| 201 | AC_CANONICAL_HOST | 201 | AC_CANONICAL_HOST |
| 202 | canonical=$host | 202 | canonical=$host |
| 203 | configuration=${host_alias-$host} | 203 | configuration=${host_alias-${build_alias-$host}} |
| 204 | 204 | ||
| 205 | dnl This used to use changequote, but, apart from `changequote is evil' | 205 | dnl This used to use changequote, but, apart from `changequote is evil' |
| 206 | dnl per the autoconf manual, we can speed up autoconf somewhat by quoting | 206 | dnl per the autoconf manual, we can speed up autoconf somewhat by quoting |