diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -14910,12 +14910,17 @@ if test "${HAVE_GTK}" = "yes"; then | |||
| 14910 | USE_X_TOOLKIT=GTK | 14910 | USE_X_TOOLKIT=GTK |
| 14911 | fi | 14911 | fi |
| 14912 | 14912 | ||
| 14913 | and_machfile= | ||
| 14914 | if test -n "$machfile"; then | ||
| 14915 | and_machfile=" and \`${machfile}'" | ||
| 14916 | fi | ||
| 14917 | |||
| 14913 | echo " | 14918 | echo " |
| 14914 | Configured for \`${canonical}'. | 14919 | Configured for \`${canonical}'. |
| 14915 | 14920 | ||
| 14916 | Where should the build process find the source code? ${srcdir} | 14921 | Where should the build process find the source code? ${srcdir} |
| 14917 | What operating system and machine description files should Emacs use? | 14922 | What operating system and machine description files should Emacs use? |
| 14918 | \`${opsysfile}'${machfile:+ and \`${machfile}'} | 14923 | \`${opsysfile}'${and_machfile} |
| 14919 | What compiler should emacs be built with? ${CC} ${CFLAGS} | 14924 | What compiler should emacs be built with? ${CC} ${CFLAGS} |
| 14920 | Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} | 14925 | Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} |
| 14921 | Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} | 14926 | Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} |