From: H.Merijn Brand Date: Mon, 27 May 2002 19:26:27 +0000 (+0200) Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b9f4e927ff3880f4ca542bbac73260e64c3bbed;p=p5sagit%2Fp5-mst-13.2.git [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16814 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index 89032fc..1eaf249 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.