summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2002-05-27 21:26:27 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-27 16:36:08 +0000
commit7b9f4e927ff3880f4ca542bbac73260e64c3bbed (patch)
tree00937921bfcb64ef61c41f3cefc37c58a2c9408f /hints/hpux.sh
parent8602d933f74c6c6a1b865cdb839046b8db4c0353 (diff)
downloadperl-7b9f4e927ff3880f4ca542bbac73260e64c3bbed.tar.gz
[ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16814
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.