aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
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
201AC_CANONICAL_HOST 201AC_CANONICAL_HOST
202canonical=$host 202canonical=$host
203configuration=${host_alias-$host} 203configuration=${host_alias-${build_alias-$host}}
204 204
205dnl This used to use changequote, but, apart from `changequote is evil' 205dnl This used to use changequote, but, apart from `changequote is evil'
206dnl per the autoconf manual, we can speed up autoconf somewhat by quoting 206dnl per the autoconf manual, we can speed up autoconf somewhat by quoting