# HG changeset patch # User Richard M. Stallman # Date 867637611 0 # Node ID 65274adec5a2b98e8f564bc8130ba4210f8f73d4 # Parent 78a8721a690cf17ae665e55860e069b71d12dff0 (GNU_MALLOC_reason): Fix message text. diff -r 78a8721a690c -r 65274adec5a2 configure.in --- 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