]> git.eshelyaron.com Git - emacs.git/commitdiff
Drop some `quotes' in configure.in's final summary
authorGlenn Morris <rgm@gnu.org>
Tue, 12 Jun 2012 18:06:08 +0000 (14:06 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 12 Jun 2012 18:06:08 +0000 (14:06 -0400)
configure.in

index 19fa655bf22d60abcd0d9d0642d2a3c6346bc5fc..0b4acaa524029591669c10a96228682051fcb794 100644 (file)
@@ -3639,7 +3639,7 @@ echo "
 Configured for \`${canonical}'.
 
   Where should the build process find the source code?    ${srcdir}
-  What operating system file should Emacs use?           \`${opsysfile-none}'
+  What operating system file should Emacs use?            ${opsysfile-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}