diff options
| author | Richard M. Stallman | 1997-06-30 02:26:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-30 02:26:51 +0000 |
| commit | 0855015c91e69eceb0506159aad2f3ebe491ace6 (patch) | |
| tree | 30b53a277e1b62565e2b1114ab618de91b73f532 | |
| parent | 9e7a6b30920538f39e135c58f869e1298a6c19f4 (diff) | |
| download | emacs-0855015c91e69eceb0506159aad2f3ebe491ace6.tar.gz emacs-0855015c91e69eceb0506159aad2f3ebe491ace6.zip | |
(GNU_MALLOC_reason): Fix message text.
| -rw-r--r-- | configure.in | 2 |
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 | |||
| 1328 | if test "$doug_lea_malloc" = "yes" ; then | 1328 | if 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) |
| 1334 | fi | 1334 | fi |