projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
569be07
)
some people can't read :)
author
Ulf Möller
<ulf@openssl.org>
Tue, 29 Feb 2000 19:00:48 +0000
(19:00 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Tue, 29 Feb 2000 19:00:48 +0000
(19:00 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/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;