]> code.delx.au - gnu-emacs/commitdiff
(GNU_MALLOC_reason): Fix message text.
authorRichard M. Stallman <rms@gnu.org>
Mon, 30 Jun 1997 02:26:51 +0000 (02:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 30 Jun 1997 02:26:51 +0000 (02:26 +0000)
configure.in

index 37f8eef5b5063421b9e54d42fbf440111d57885d..f71e600bd71765d7b7bfcdce5c596866b380bc53 100644 (file)
@@ -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