Make sure that shareable libraries are turned off if we don't know how

to make them...
This commit is contained in:
Richard Levitte 2000-10-09 00:48:30 +00:00
parent 75a382bd90
commit d2dcf4f40d

View file

@ -719,6 +719,10 @@ if ($shared_cflag ne "")
$shared_mark2 = ".shlib.";
}
}
else
{
$no_shared = 1;
}
#my ($bn1)=split(/\s+/,$bn_obj);
#$bn1 = "" unless defined $bn1;