summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-12-01 07:50:27 -0500
committerJarkko Hietaniemi <jhi@iki.fi>1998-12-02 08:49:47 +0000
commita0915cb7e00a6329ad06730bbab4e7595cc5b832 (patch)
tree2242a315751c7b4f0862d471695e252a13de89e9 /Configure
parent6b3b4714657593d43895e4e0673982763593c886 (diff)
downloadperl-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-xConfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/Configure b/Configure
index 94fe25ba2c..119fcece7b 100755
--- a/Configure
+++ b/Configure
@@ -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*)