From: Ulf Möller Date: Tue, 29 Feb 2000 19:00:48 +0000 (+0000) Subject: some people can't read :) X-Git-Tag: OpenSSL_0_9_5a-beta1~139 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dd8ec7cc69199970ba5a76c37227bce46564f8e1;p=oweals%2Fopenssl.git some people can't read :) --- diff --git a/Configure b/Configure index 9f363f6292..8aa96dcb08 100755 --- a/Configure +++ b/Configure @@ -422,6 +422,7 @@ my $target=""; my $options=""; foreach (@ARGV) { + s /^-no-/no-/; # some people just can't read the instructions if (/^no-asm$/) { $no_asm=1;