Re: Can't usemymalloc on OS X
Rafael Garcia-Suarez [Mon, 4 Aug 2003 10:35:12 +0000 (12:35 +0200)]
Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>

p4raw-id: //depot/perl@20473

hints/darwin.sh

index 59f0d63..23abc08 100644 (file)
@@ -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;