some people can't read :)
authorUlf Möller <ulf@openssl.org>
Tue, 29 Feb 2000 19:00:48 +0000 (19:00 +0000)
committerUlf Möller <ulf@openssl.org>
Tue, 29 Feb 2000 19:00:48 +0000 (19:00 +0000)
Configure

index 9f363f6292a2f66f0d34b672f80561863900d782..8aa96dcb08d2a3b08846141fba0a45900a80c1db 100755 (executable)
--- 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;