From: Andy Dougherty Date: Tue, 1 Dec 1998 12:50:27 +0000 (-0500) Subject: erroneous 'none' in lddlflags X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0915cb7e00a6329ad06730bbab4e7595cc5b832;p=p5sagit%2Fp5-mst-13.2.git erroneous 'none' in lddlflags To: Perl Porters Message-Id: p4raw-id: //depot/cfgperl@2432 --- diff --git a/Configure b/Configure index 94fe25b..119fcec 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*)