aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure b/configure
index d5ffec6ca7a..404b7ff3631 100755
--- a/configure
+++ b/configure
@@ -14910,12 +14910,17 @@ if test "${HAVE_GTK}" = "yes"; then
14910 USE_X_TOOLKIT=GTK 14910 USE_X_TOOLKIT=GTK
14911fi 14911fi
14912 14912
14913and_machfile=
14914if test -n "$machfile"; then
14915 and_machfile=" and \`${machfile}'"
14916fi
14917
14913echo " 14918echo "
14914Configured for \`${canonical}'. 14919Configured 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}