From 295c4836ff3c55aa834076b628d35b50b1b4a0d9 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 3 Apr 1999 12:20:21 +0000 Subject: Be polite about usemymalloc. p4raw-id: //depot/cfgperl@3207 --- hints/aix.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'hints') diff --git a/hints/aix.sh b/hints/aix.sh index c4fcfc173c..27f884cd28 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -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" -- cgit v1.2.1