Mercurial > emacs
changeset 18499:65274adec5a2
(GNU_MALLOC_reason): Fix message text.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 30 Jun 1997 02:26:51 +0000 |
parents | 78a8721a690c |
children | 2240a2e37b12 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Jun 29 21:36:37 1997 +0000 +++ b/configure.in Mon Jun 30 02:26:51 1997 +0000 @@ -1328,7 +1328,7 @@ 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