Oops.
Jarkko Hietaniemi [Mon, 4 Aug 2003 08:41:55 +0000 (08:41 +0000)]
p4raw-id: //depot/perl@20474

hints/darwin.sh
hints/rhapsody.sh

index 23abc08..00c5b2d 100644 (file)
@@ -178,7 +178,7 @@ EOCBU
 usevfork='true';
 
 # our malloc works (but allow users to override)
-case "$usemymalloc" om
+case "$usemymalloc" in
 '') usemymalloc='n' ;;
 esac
 
index d12afec..ed32402 100644 (file)
@@ -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