diff options
author | Miles Bader <miles@gnu.org> | 2007-05-25 02:47:22 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-05-25 02:47:22 +0000 |
commit | 98db66cac2e07862a43014b57ebcc2f0fbfc07e6 (patch) | |
tree | f1ef3d994208c3c102c40454971e195fda91b42f /configure.in | |
parent | 24236bd83e64a3cfa96f01af3b2a925dd234612d (diff) | |
parent | 5dfdf72f7aee102988a98447de9d19523af50055 (diff) | |
download | emacs-98db66cac2e07862a43014b57ebcc2f0fbfc07e6.tar.gz |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 765-770)
- Update from CVS
- Merge from emacs--rel--22
- Merge from gnus--rel--5.10
* emacs--rel--22 (patch 24-25)
* gnus--rel--5.10 (patch 222-223)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-16
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 42aa9465da4..6b352d4a6f1 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 |