summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 89032fcfe1..1eaf249f7e 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -555,6 +555,9 @@ EOCBU
# The mysterious io_xs memory corruption in 11.00 32bit seems to get
# fixed by not using Perl's malloc.
usemymalloc='n'
+case "$useperlio" in
+ $undef|false|[nN]*) usemymalloc='y' ;;
+ esac
# fpclassify() is a macro, the library call is Fpclassify
# Similarly with the others below.