From a0915cb7e00a6329ad06730bbab4e7595cc5b832 Mon Sep 17 00:00:00 2001 From: Andy Dougherty Date: Tue, 1 Dec 1998 07:50:27 -0500 Subject: erroneous 'none' in lddlflags To: Perl Porters Message-Id: p4raw-id: //depot/cfgperl@2432 --- Configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Configure') 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*) -- cgit v1.2.1