summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-10-09 00:48:30 +0000
committerRichard Levitte <levitte@openssl.org>2000-10-09 00:48:30 +0000
commitd2dcf4f40ddbbf02e43d4ede0a5471a7eb599787 (patch)
tree99130ddcba606369ba33149f2bd9875bd1dc22cd
parent75a382bd901a671575213ffd757a3f83369715ec (diff)
downloadopenssl-new-d2dcf4f40ddbbf02e43d4ede0a5471a7eb599787.tar.gz
Make sure that shareable libraries are turned off if we don't know how
to make them...
-rwxr-xr-xConfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/Configure b/Configure
index d7c3788947..8fc63afb85 100755
--- a/Configure
+++ b/Configure
@@ -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;