From: Richard Levitte Date: Sun, 22 Mar 2015 08:00:43 +0000 (+0100) Subject: Remove PREFIX, as it's not used any more. X-Git-Tag: OpenSSL_1_1_0-pre1~1489 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=d2a5c40d0c5c4bfe2bec28070c3a0075f5bbdced Remove PREFIX, as it's not used any more. Reviewed-by: Matt Caswell --- 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