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:
b859d70
)
Configure: refine 'reconf' logic.
author
Andy Polyakov
<appro@openssl.org>
Mon, 21 Dec 2015 13:29:02 +0000
(14:29 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 22 Dec 2015 09:32:08 +0000
(10:32 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 84caaa34ac20216f20b33b3996a81c39ec30de88..ee8987ebcab7861a61e696b3da6d6adfb4df3106 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1053,7
+1053,7
@@
PROCESS_ARGS:
{
$ENV{CROSS_COMPILE}=$1;
}
- elsif (/^CC=\s*(?:\$\(CROSS_COMPILE\))?(.*?)/)
+ elsif (/^CC=\s*(?:\$\(CROSS_COMPILE\))?(.*?)
$
/)
{
$ENV{CC}=$1;
}