X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fhpux.sh;h=1eaf249f7e945b9d966642760e6af5871cb8f77d;hb=588cafc81b146d309df37bae231b533d51bccb74;hp=89032fcfe11692ba61f71f7f644451c4bceaf5ba;hpb=c2eedc99248ed491bd3adca6a18e9b70c440a2ec;p=p5sagit%2Fp5-mst-13.2.git 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.