]> code.delx.au - gnu-emacs/commitdiff
Fix configure summary for hybrid malloc configurations
authorAndreas Schwab <schwab@suse.de>
Thu, 14 Jul 2016 08:26:24 +0000 (10:26 +0200)
committerAndreas Schwab <schwab@suse.de>
Thu, 14 Jul 2016 08:28:00 +0000 (10:28 +0200)
* configure.ac ("$hybrid_malloc" = yes): Set GNU_MALLOC to no,
parenthesize value of GNU_MALLOC_reason.

configure.ac

index aaddfcd7386c356c8dad1fda53a4e61a2daca878..dd1af5b435b33ca38130ace37a28375f9e884b70 100644 (file)
@@ -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