From 453f883ef81388c39193b9289ef703954e9bc270 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 14 Jul 2016 10:26:24 +0200 Subject: [PATCH] Fix configure summary for hybrid malloc configurations * configure.ac ("$hybrid_malloc" = yes): Set GNU_MALLOC to no, parenthesize value of GNU_MALLOC_reason. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index aaddfcd738..dd1af5b435 100644 --- a/configure.ac +++ b/configure.ac @@ -2177,8 +2177,8 @@ elif test "$hybrid_malloc" = yes; then AC_DEFINE(HYBRID_MALLOC, 1, [Define to use gmalloc before dumping and the system malloc after.]) HYBRID_MALLOC=1 - GNU_MALLOC= - GNU_MALLOC_reason="only before dumping" + GNU_MALLOC=no + GNU_MALLOC_reason=" (only before dumping)" GMALLOC_OBJ=gmalloc.o VMLIMIT_OBJ= else -- 2.39.2