Make sure that shareable libraries are turned off if we don't know how
authorRichard Levitte <levitte@openssl.org>
Mon, 9 Oct 2000 00:48:30 +0000 (00:48 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 9 Oct 2000 00:48:30 +0000 (00:48 +0000)
to make them...

Configure

index d7c37889473a619cc4fbcea8cee373c6dfaa7109..8fc63afb854ef53a2ae2771ad89018e645433cff 100755 (executable)
--- 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;