summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-12-04 17:32:32 -0500
committerChong Yidong <cyd@stupidchicken.com>2010-12-04 17:32:32 -0500
commitd96c83fa5638f85d2657d86ac777ec079a2a6573 (patch)
tree441ec0857399febc65c645a8ff3f5df636cd47e2 /configure.in
parent8c44f097717a3a857c90f29b52215260c0476a9c (diff)
downloademacs-d96c83fa5638f85d2657d86ac777ec079a2a6573.tar.gz
* configure.in: Fix last change.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6a57e8ca60e..c2497db3829 100644
--- a/configure.in
+++ b/configure.in
@@ -3643,7 +3643,7 @@ Configured for \`${canonical}'.
Where should the build process find the source code? ${srcdir}
What operating system and machine description files should Emacs use?
- \`${opsysfile}' and ${machfile:+\`${machfile}'}${machfile:-none}
+ \`${opsysfile}' and \`${machfile:+${machfile}}${machfile:-none}'
What compiler should emacs be built with? ${CC} ${CFLAGS}
Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}