From d268511c8484fd07b55fea042cbf6ec1f417411e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 6 Nov 2002 06:03:07 +0000 Subject: [PATCH] some people just can't read the instructions --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 478389040e..aa0d7e3203 100755 --- a/Configure +++ b/Configure @@ -714,7 +714,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.25.1