mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-08 15:39:41 +00:00
Remove PREFIX, as it's not used any more.
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
4a695602d2
commit
d2a5c40d0c
3
config
3
config
@ -20,7 +20,6 @@
|
|||||||
# Be as similar to the output of config.guess/config.sub
|
# Be as similar to the output of config.guess/config.sub
|
||||||
# as possible.
|
# as possible.
|
||||||
|
|
||||||
PREFIX=""
|
|
||||||
SUFFIX=""
|
SUFFIX=""
|
||||||
TEST="false"
|
TEST="false"
|
||||||
EXE=""
|
EXE=""
|
||||||
@ -931,7 +930,7 @@ if [ $? = "0" ]; then
|
|||||||
OUT="$OUT-$CC"
|
OUT="$OUT-$CC"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OUT="$PREFIX$OUT"
|
OUT="$OUT"
|
||||||
|
|
||||||
$PERL ./Configure LIST | grep "$OUT" > /dev/null
|
$PERL ./Configure LIST | grep "$OUT" > /dev/null
|
||||||
if [ $? = "0" ]; then
|
if [ $? = "0" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user