* configure.in: Fix last change.
This commit is contained in:
parent
8c44f09771
commit
d96c83fa56
3 changed files with 321 additions and 352 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue