summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-30 02:26:51 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-30 02:26:51 +0000
commit1ddf12550ad92e588ea80b9a4c6913125977a45d (patch)
treecb312c977f6879807f5b7be7e282ee2f129d8f47 /configure.in
parent01b3ac1217e6256ad1ce58bbca9cb517ffa05946 (diff)
downloademacs-1ddf12550ad92e588ea80b9a4c6913125977a45d.tar.gz
(GNU_MALLOC_reason): Fix message text.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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