Correct a couple more cases of $Config{useshrplib}
Steve Hay [Tue, 3 Jul 2007 16:13:58 +0000 (16:13 +0000)]
p4raw-id: //depot/perl@31526

hints/uts.sh
lib/ExtUtils/MM_Unix.pm
vms/genconfig.pl

index eb0d78c..2ac5221 100644 (file)
@@ -17,7 +17,7 @@ libs='-lsocket -lnsl -ldl -lm'
 libswanted='m'
 prefix='/usr/local'
 toke_cflags='optimize=""' 
-useshrplib='define'
+useshrplib='true'
 
 #################################
 # Some less routine stuff:
index dbc8245..b73e8fa 100644 (file)
@@ -18,7 +18,7 @@ use vars qw($VERSION @ISA
 
 use ExtUtils::MakeMaker qw($Verbose neatvalue);
 
-$VERSION = '1.54';
+$VERSION = '1.54_01';
 
 require ExtUtils::MM_Any;
 @ISA = qw(ExtUtils::MM_Any);
@@ -926,7 +926,7 @@ $(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) $(BOOTSTRAP) $(INST_ARCHAUTODIR)$(DFSEP).
 
     my $libs = '$(LDLOADLIBS)';
 
-    if (($Is_NetBSD || $Is_Interix) && $Config{'useshrplib'}) {
+    if (($Is_NetBSD || $Is_Interix) && $Config{'useshrplib'} eq 'true') {
        # Use nothing on static perl platforms, and to the flags needed
        # to link against the shared libperl library on shared perl
        # platforms.  We peek at lddlflags to see if we need -Wl,-R
index 6e9df70..02a2ea3 100644 (file)
@@ -79,7 +79,7 @@ ar='undef'
 eunicefix=':'
 hint='none'
 hintfile='undef'
-useshrplib='define'
+useshrplib='true'
 usemymalloc='n'
 usevfork='true'
 spitshell='write sys\$output '