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:
4a69560
)
Remove PREFIX, as it's not used any more.
author
Richard Levitte
<levitte@openssl.org>
Sun, 22 Mar 2015 08:00:43 +0000
(09:00 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 23 Mar 2015 15:16:00 +0000
(16:16 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 44c48c1a3d9c4b7a55cec496994ca85c07693fdf..944ead2fcd70da6a08f212d664b671a550effca7 100755
(executable)
--- a/
config
+++ b/
config
@@
-20,7
+20,6
@@
# Be as similar to the output of config.guess/config.sub
# as possible.
-PREFIX=""
SUFFIX=""
TEST="false"
EXE=""
@@
-931,7
+930,7
@@
if [ $? = "0" ]; then
OUT="$OUT-$CC"
fi
-OUT="$
PREFIX$
OUT"
+OUT="$OUT"
$PERL ./Configure LIST | grep "$OUT" > /dev/null
if [ $? = "0" ]; then