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:
19c6d3e
)
Fix ./Configure reconf
author
Richard Levitte
<levitte@openssl.org>
Wed, 2 Dec 2015 17:54:15 +0000
(18:54 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 2 Dec 2015 18:39:36 +0000
(19:39 +0100)
'./Configure reconf' hasn't been working for a while, because a perl
lable needs to be immediately followed by a block.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 9e9f100a71c1d037711ed77236d08011b8fa0205..edc9757e08756f6a8381d3e23877f34271129bf9 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-952,6
+952,7
@@
while($argv_unprocessed)
$argvstring=join(' ',@argvcopy);
PROCESS_ARGS:
+ {
my %unsupported_options = ();
foreach (@argvcopy)
{
@@
-1148,7
+1149,7
@@
PROCESS_ARGS:
join(", ", keys %unsupported_options), "\n";
}
}
-
+ }
if ($processor eq "386")