From: Jarkko Hietaniemi Date: Mon, 4 Aug 2003 08:41:55 +0000 (+0000) Subject: Oops. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec5333ab3f00b2b61d8bf1323f9d62119d703ac2;p=p5sagit%2Fp5-mst-13.2.git Oops. p4raw-id: //depot/perl@20474 --- diff --git a/hints/darwin.sh b/hints/darwin.sh index 23abc08..00c5b2d 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -178,7 +178,7 @@ EOCBU usevfork='true'; # our malloc works (but allow users to override) -case "$usemymalloc" om +case "$usemymalloc" in '') usemymalloc='n' ;; esac diff --git a/hints/rhapsody.sh b/hints/rhapsody.sh index d12afec..ed32402 100644 --- a/hints/rhapsody.sh +++ b/hints/rhapsody.sh @@ -105,8 +105,10 @@ useshrplib='true'; # vfork works usevfork='true'; -# malloc works -usemymalloc='n'; +# our malloc works (but allow users to override) +case "$usemymalloc" in +'') usemymalloc='n' ;; +esac # # The libraries are not threadsafe in Rhapsody