diff configure.in @ 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 c154adda572d
children 7ddb2d92ef16
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