comparison 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
comparison
equal deleted inserted replaced
18498:78a8721a690c 18499:65274adec5a2
1326 (The GNU allocators don't work with this system configuration.)" 1326 (The GNU allocators don't work with this system configuration.)"
1327 fi 1327 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
1335 1335
1336 if test x"${REL_ALLOC}" = x; then 1336 if test x"${REL_ALLOC}" = x; then