diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 06:31:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 06:31:08 +0000 |
commit | edf677ab4c966cb216e72e6c7c03f800fa64e402 (patch) | |
tree | e90e6dce281555deee1f6d336bd9626019f533e3 /Configure | |
parent | b2e78f5f58719e5a75145af6d92a05994f0b6b72 (diff) | |
download | perl-edf677ab4c966cb216e72e6c7c03f800fa64e402.tar.gz |
The search for static _s-suffixex libs was broken;
add -L/lib/pa20_64 only iff there.
p4raw-id: //depot/cfgperl@5315
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Feb 28 08:07:01 EET 2000 [metaconfig 3.0 PL70] +# Generated on Mon Feb 28 08:28:06 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -3740,6 +3740,7 @@ for thislib in $libswanted; do xxx=$thisdir/lib${thislib}_s$_a $test -f "$xxx" && eval $libscheck $test -f "$xxx" && libstyle=static + $test -f "$xxx" && thislib=${thislib}_s fi if test ! -f "$xxx"; then xxx=$thisdir/Slib$thislib$_a |