From d2dcf4f40ddbbf02e43d4ede0a5471a7eb599787 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 9 Oct 2000 00:48:30 +0000 Subject: [PATCH] Make sure that shareable libraries are turned off if we don't know how to make them... --- Configure | 4 ++++ 1 file changed, 4 insertions(+) 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;