Commit d2dcf4f4 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

to make them...
parent 75a382bd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;