Be polite about usemymalloc.
Jarkko Hietaniemi [Sat, 3 Apr 1999 12:20:21 +0000 (12:20 +0000)]
p4raw-id: //depot/cfgperl@3207

hints/aix.sh

index c4fcfc1..27f884c 100644 (file)
@@ -17,10 +17,12 @@ d_setruid='undef'
 
 alignbytes=8
 
-usemymalloc='n'
+case "$usemymalloc" in
+'') usemymalloc='n' ;;
+esac
 
-# Intuiting the existence of system calls under AIX is difficult,
-# at best; the safest technique is to find them empirically.
+# Intuiting the existence of system calls under AIX is difficult, at best;
+# the safest (and slowest...) technique is to find them empirically.
 usenm='undef'
 
 so="a"