diff options
author | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:59 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:59 +0000 |
commit | 2b69d0c297460bce3a8d8eefe2bd0de0a6451872 (patch) | |
tree | 918d4cf76b228b2cec26aede54e1c35e6b024c25 /hints/ultrix_4.sh | |
parent | 32c2e4fbb7ba898d9e58e8d2292dd45b8692070d (diff) | |
download | perl-2b69d0c297460bce3a8d8eefe2bd0de0a6451872.tar.gz |
perl 4.0 patch 31: patch #20, continued
See patch #20.
Diffstat (limited to 'hints/ultrix_4.sh')
-rw-r--r-- | hints/ultrix_4.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index 91e5d7d109..633e904b72 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -18,5 +18,6 @@ case "$tmp" in toke_cflags='optimize="-g"' ttoke_cflags='optimize="-g"' ;; +*4.2*) libswanted=`echo $libswanted | sed 's/ malloc / /'` ;; esac |