commit | d2dcf4f40ddbbf02e43d4ede0a5471a7eb599787 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Oct 09 00:48:30 2000 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Mon Oct 09 00:48:30 2000 +0000 |
tree | 99130ddcba606369ba33149f2bd9875bd1dc22cd | |
parent | 75a382bd901a671575213ffd757a3f83369715ec [diff] [blame] |
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;