diff options
| author | Paul Eggert | 2019-02-01 13:03:18 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-02-01 13:05:39 -0800 |
| commit | 3b69e02a248c8b46223d5a9cecfb2494992e5fbe (patch) | |
| tree | 22eca8d283fb1ea9aef90f5529260803e95dc266 /etc/DEBUG | |
| parent | 84802b66197c623735aaca875b8e1a39cb0ef085 (diff) | |
| download | emacs-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/DEBUG | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -936,7 +936,7 @@ its own versions, and because the dumping process might be | |||
| 936 | incompatible with the way these packages use to track allocated | 936 | incompatible with the way these packages use to track allocated |
| 937 | memory. Here are some of the changes you might find necessary: | 937 | memory. 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 |