aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-30 02:26:51 +0000
committerRichard M. Stallman1997-06-30 02:26:51 +0000
commit0855015c91e69eceb0506159aad2f3ebe491ace6 (patch)
tree30b53a277e1b62565e2b1114ab618de91b73f532
parent9e7a6b30920538f39e135c58f869e1298a6c19f4 (diff)
downloademacs-0855015c91e69eceb0506159aad2f3ebe491ace6.tar.gz
emacs-0855015c91e69eceb0506159aad2f3ebe491ace6.zip
(GNU_MALLOC_reason): Fix message text.
-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
1328if test "$doug_lea_malloc" = "yes" ; then 1328if test "$doug_lea_malloc" = "yes" ; then
1329 if test "$GNU_MALLOC" = yes ; then 1329 if test "$GNU_MALLOC" = yes ; then
1330 GNU_MALLOC_reason=" 1330 GNU_MALLOC_reason="
1331 (Using new Doug Lea's new malloc from the GNU C Library.)" 1331 (Using Doug Lea's new malloc from the GNU C Library.)"
1332 fi 1332 fi
1333 AC_DEFINE(DOUG_LEA_MALLOC) 1333 AC_DEFINE(DOUG_LEA_MALLOC)
1334fi 1334fi