* configure.in: Fix last change.

This commit is contained in:
Chong Yidong 2010-12-04 17:32:32 -05:00
parent 8c44f09771
commit d96c83fa56
3 changed files with 321 additions and 352 deletions

View file

@ -1,3 +1,7 @@
2010-12-04 Chong Yidong <cyd@stupidchicken.com>
* configure.in: Fix last change.
2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
* configure.in: Remove reference to removed machine description

667
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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}