From 1810d2088e2eb32a8eba86ee6b06cab288eea656 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 6 Nov 2002 06:02:05 +0000 Subject: [PATCH 1/1] some people just can't read the instructions --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 084e7afce9..11a3566cf4 100755 --- a/Configure +++ b/Configure @@ -712,7 +712,7 @@ PROCESS_ARGS: { $threads=1; } elsif (/^no-shared$/) { $no_shared=1; } - elsif (/^shared$/) + elsif (/^shared$/ || /^-shared$/ || /^--shared$/) { $no_shared=0; } elsif (/^no-zlib$/) { $zlib=0; } -- 2.34.1