summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hints/unicos.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh
index 111cbb9fc7..ab0203bec6 100644
--- a/hints/unicos.sh
+++ b/hints/unicos.sh
@@ -7,7 +7,10 @@ esac
d_setregid='undef'
d_setreuid='undef'
case "$usemymalloc" in
-'') usemymalloc='y'
- ccflags="$ccflags -DNO_RCHECK"
+'') # The perl malloc.c SHOULD work says Ilya.
+ # But for the time being (5.004_68), alas, it doesn't.
+ # usemymalloc='y'
+ # ccflags="$ccflags -DNO_RCHECK"
+ usemymalloc='n'
;;
esac