libswanted='m'
prefix='/usr/local'
toke_cflags='optimize=""'
-useshrplib='define'
+useshrplib='true'
#################################
# Some less routine stuff:
use ExtUtils::MakeMaker qw($Verbose neatvalue);
-$VERSION = '1.54';
+$VERSION = '1.54_01';
require ExtUtils::MM_Any;
@ISA = qw(ExtUtils::MM_Any);
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