Remove PREFIX, as it's not used any more.

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Richard Levitte 2015-03-22 09:00:43 +01:00
parent 4a695602d2
commit d2a5c40d0c

3
config
View File

@ -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