From 8c237ffb7caac282187c01e93f9ca938ebec602e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 6 Nov 2002 06:02:17 +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 15cfbaa033..d85c99b81d 100755 --- a/Configure +++ b/Configure @@ -619,7 +619,7 @@ PROCESS_ARGS: { $threads=1; } elsif (/^no-shared$/) { $no_shared=1; } - elsif (/^shared$/) + elsif (/^shared$/ || /^-shared$/ || /^--shared$/) { $no_shared=0; } elsif (/^no-symlinks$/) { $symlink=0; } -- 2.25.1