mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-23 14:32:12 -07:00
(GNU_MALLOC_reason): Fix message text.
This commit is contained in:
parent
9e7a6b3092
commit
0855015c91
1 changed files with 1 additions and 1 deletions
|
|
@ -1328,7 +1328,7 @@ fi
|
|||
if test "$doug_lea_malloc" = "yes" ; then
|
||||
if test "$GNU_MALLOC" = yes ; then
|
||||
GNU_MALLOC_reason="
|
||||
(Using new Doug Lea's new malloc from the GNU C Library.)"
|
||||
(Using Doug Lea's new malloc from the GNU C Library.)"
|
||||
fi
|
||||
AC_DEFINE(DOUG_LEA_MALLOC)
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue