[ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
H.Merijn Brand [Mon, 27 May 2002 19:26:27 +0000 (21:26 +0200)]
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@16814

hints/hpux.sh

index 89032fc..1eaf249 100644 (file)
@@ -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.