From: Richard M. Stallman Date: Mon, 30 Jun 1997 02:26:51 +0000 (+0000) Subject: (GNU_MALLOC_reason): Fix message text. X-Git-Tag: emacs-20.1~1447 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0855015c91e69eceb0506159aad2f3ebe491ace6;p=emacs.git (GNU_MALLOC_reason): Fix message text. --- 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