Make sure that shareable libraries are turned off if we don't know how
to make them...
diff --git a/Configure b/Configure
index d7c3788..8fc63af 100755
--- a/Configure
+++ b/Configure
@@ -719,6 +719,10 @@
 		$shared_mark2 = ".shlib.";
 		}
 	}
+else
+	{
+	$no_shared = 1;
+	}
 
 #my ($bn1)=split(/\s+/,$bn_obj);
 #$bn1 = "" unless defined $bn1;