aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-29 19:00:48 +0000
committerUlf Möller <ulf@openssl.org>2000-02-29 19:00:48 +0000
commitdd8ec7cc69199970ba5a76c37227bce46564f8e1 (patch)
treee68f4e0e37820d8666fcddf6411783dc2822c3d0 /Configure
parent569be0710ba484cbcfc4f9bb65f16da4f6f94f31 (diff)
downloadopenssl-dd8ec7cc69199970ba5a76c37227bce46564f8e1.tar.gz
some people can't read :)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
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;