X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;h=8aa96dcb08d2a3b08846141fba0a45900a80c1db;hp=9f363f6292a2f66f0d34b672f80561863900d782;hb=dd8ec7cc69199970ba5a76c37227bce46564f8e1;hpb=569be0710ba484cbcfc4f9bb65f16da4f6f94f31 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;