summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-22 09:00:43 +0100
committerRichard Levitte <levitte@openssl.org>2015-03-23 16:16:00 +0100
commitd2a5c40d0c5c4bfe2bec28070c3a0075f5bbdced (patch)
treec280922bc176a49ba65bfbf46138acc4b9c08705 /config
parent4a695602d27bb09dead75b5ea76bf8c5fcac0be8 (diff)
downloadopenssl-new-d2a5c40d0c5c4bfe2bec28070c3a0075f5bbdced.tar.gz
Remove PREFIX, as it's not used any more.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'config')
-rwxr-xr-xconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/config b/config
index 44c48c1a3d..944ead2fcd 100755
--- 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