aboutsummaryrefslogtreecommitdiffstats
path: root/etc/DEBUG
diff options
context:
space:
mode:
authorPaul Eggert2019-02-01 13:03:18 -0800
committerPaul Eggert2019-02-01 13:05:39 -0800
commit3b69e02a248c8b46223d5a9cecfb2494992e5fbe (patch)
tree22eca8d283fb1ea9aef90f5529260803e95dc266 /etc/DEBUG
parent84802b66197c623735aaca875b8e1a39cb0ef085 (diff)
downloademacs-3b69e02a248c8b46223d5a9cecfb2494992e5fbe.tar.gz
emacs-3b69e02a248c8b46223d5a9cecfb2494992e5fbe.zip
Rename CANNOT_DUMP to HAVE_UNEXEC
* configure.ac (CANNOT_DUMP): Remove. All uses removed, or changed to the negative of with_unexec. (HAVE_UNEXEC): New macro. All uses of CANNOT_DUMP changed to the negative of this macro.
Diffstat (limited to 'etc/DEBUG')
-rw-r--r--etc/DEBUG2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 21097ccdf4b..d401d0be901 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -936,7 +936,7 @@ its own versions, and because the dumping process might be
936incompatible with the way these packages use to track allocated 936incompatible with the way these packages use to track allocated
937memory. Here are some of the changes you might find necessary: 937memory. Here are some of the changes you might find necessary:
938 938
939 - Edit configure, to set system_malloc and CANNOT_DUMP to "yes". 939 - Make sure unexec is disabled, e.g., './configure --without-unexec'.
940 940
941 - Configure with a different --prefix= option. If you use GCC, 941 - Configure with a different --prefix= option. If you use GCC,
942 version 2.7.2 is preferred, as some malloc debugging packages 942 version 2.7.2 is preferred, as some malloc debugging packages