diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-30 02:26:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-30 02:26:51 +0000 |
commit | 1ddf12550ad92e588ea80b9a4c6913125977a45d (patch) | |
tree | cb312c977f6879807f5b7be7e282ee2f129d8f47 /configure.in | |
parent | 01b3ac1217e6256ad1ce58bbca9cb517ffa05946 (diff) | |
download | emacs-1ddf12550ad92e588ea80b9a4c6913125977a45d.tar.gz |
(GNU_MALLOC_reason): Fix message text.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 37f8eef5b50..f71e600bd71 100644 --- a/configure.in +++ b/configure.in @@ -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 |