erroneous 'none' in lddlflags
Andy Dougherty [Tue, 1 Dec 1998 12:50:27 +0000 (07:50 -0500)]
To: Perl Porters <perl5-porters@perl.org>
Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>

p4raw-id: //depot/cfgperl@2432

Configure

index 94fe25b..119fcec 100755 (executable)
--- 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*)