diff options
| author | Glenn Morris | 2012-06-12 14:06:08 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-12 14:06:08 -0400 |
| commit | 5a6bd9b77338e1debe8e91c9973f270187929c9d (patch) | |
| tree | 4e857805b3c89058e26be9b35fc32d6a6a7c7b88 | |
| parent | 0d3697298d82ee2ccfd0d316e29342224298df39 (diff) | |
| download | emacs-5a6bd9b77338e1debe8e91c9973f270187929c9d.tar.gz emacs-5a6bd9b77338e1debe8e91c9973f270187929c9d.zip | |
Drop some `quotes' in configure.in's final summary
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 19fa655bf22..0b4acaa5240 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -3639,7 +3639,7 @@ echo " | |||
| 3639 | Configured for \`${canonical}'. | 3639 | Configured for \`${canonical}'. |
| 3640 | 3640 | ||
| 3641 | Where should the build process find the source code? ${srcdir} | 3641 | Where should the build process find the source code? ${srcdir} |
| 3642 | What operating system file should Emacs use? \`${opsysfile-none}' | 3642 | What operating system file should Emacs use? ${opsysfile-none} |
| 3643 | What compiler should emacs be built with? ${CC} ${CFLAGS} | 3643 | What compiler should emacs be built with? ${CC} ${CFLAGS} |
| 3644 | Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} | 3644 | Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} |
| 3645 | Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} | 3645 | Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} |