From: Jarkko Hietaniemi Date: Wed, 11 Jun 2003 13:29:59 +0000 (+0000) Subject: Doc nit. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8267c26231a981c8bf518d9a17713993cce69149;p=p5sagit%2Fp5-mst-13.2.git Doc nit. p4raw-id: //depot/perl@19740 --- diff --git a/INSTALL b/INSTALL index 0d01315..cb73d21 100644 --- a/INSTALL +++ b/INSTALL @@ -996,7 +996,7 @@ This flag enables debugging mstats, which is required to use the Devel::Peek::mstat() function. You cannot enable this unless you are using Perl's malloc, so a typical Configure command would be - sh Configure -DPERL_DEBUGGING_MSTATS -Dusemymalloc='y' + sh Configure -Accflags=-DPERL_DEBUGGING_MSTATS -Dusemymalloc='y' to enable this option.