diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-12-01 07:50:27 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-02 08:49:47 +0000 |
commit | a0915cb7e00a6329ad06730bbab4e7595cc5b832 (patch) | |
tree | 2242a315751c7b4f0862d471695e252a13de89e9 /Configure | |
parent | 6b3b4714657593d43895e4e0673982763593c886 (diff) | |
download | perl-a0915cb7e00a6329ad06730bbab4e7595cc5b832.tar.gz |
erroneous 'none' in lddlflags
To: Perl Porters <perl5-porters@perl.org>
Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
p4raw-id: //depot/cfgperl@2432
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5092,6 +5092,10 @@ EOM esac : Try to guess additional flags to pick up local libraries. + : Be careful not to append to a plain 'none' + case "$dflt" in + none) dflt='' ;; + esac for thisflag in $ldflags; do case "$thisflag" in -L*) |