emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 453f883: Fix configure summary for hybrid malloc co


From: Andreas Schwab
Subject: [Emacs-diffs] master 453f883: Fix configure summary for hybrid malloc configurations
Date: Thu, 14 Jul 2016 08:28:16 +0000 (UTC)

branch: master
commit 453f883ef81388c39193b9289ef703954e9bc270
Author: Andreas Schwab <address@hidden>
Commit: Andreas Schwab <address@hidden>

    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 aaddfcd..dd1af5b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]