summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-04 08:41:55 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-04 08:41:55 +0000
commitec5333ab3f00b2b61d8bf1323f9d62119d703ac2 (patch)
tree0d231abeef062ffb8568e00298c9d1b31e825832
parente88d9d51c7060736379505196423f683df6bfbed (diff)
downloadperl-ec5333ab3f00b2b61d8bf1323f9d62119d703ac2.tar.gz
Oops.
p4raw-id: //depot/perl@20474
-rw-r--r--hints/darwin.sh2
-rw-r--r--hints/rhapsody.sh6
2 files changed, 5 insertions, 3 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh
index 23abc0870f..00c5b2de05 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 d12afec967..ed32402c62 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