From: Rafael Garcia-Suarez Date: Mon, 4 Aug 2003 10:35:12 +0000 (+0200) Subject: Re: Can't usemymalloc on OS X X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e88d9d51c7060736379505196423f683df6bfbed;p=p5sagit%2Fp5-mst-13.2.git Re: Can't usemymalloc on OS X Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr> p4raw-id: //depot/perl@20473 --- diff --git a/hints/darwin.sh b/hints/darwin.sh index 59f0d63..23abc08 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -177,8 +177,10 @@ EOCBU # vfork works usevfork='true'; -# malloc works -usemymalloc='n'; +# our malloc works (but allow users to override) +case "$usemymalloc" om +'') usemymalloc='n' ;; +esac # Locales aren't feeling well. LC_ALL=C; export LC_ALL;