Skip to content

Commit d2a5c40

Browse files
committedMar 23, 2015
Remove PREFIX, as it's not used any more.
Reviewed-by: Matt Caswell <matt@openssl.org>
1 parent 4a69560 commit d2a5c40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎config

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
# Be as similar to the output of config.guess/config.sub
2121
# as possible.
2222

23-
PREFIX=""
2423
SUFFIX=""
2524
TEST="false"
2625
EXE=""
@@ -931,7 +930,7 @@ if [ $? = "0" ]; then
931930
OUT="$OUT-$CC"
932931
fi
933932

934-
OUT="$PREFIX$OUT"
933+
OUT="$OUT"
935934

936935
$PERL ./Configure LIST | grep "$OUT" > /dev/null
937936
if [ $? = "0" ]; then

0 commit comments

Comments
 (0)
Please sign in to comment.