diff options
author | Richard Levitte <levitte@openssl.org> | 2015-03-22 09:00:43 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-03-23 16:16:00 +0100 |
commit | d2a5c40d0c5c4bfe2bec28070c3a0075f5bbdced (patch) | |
tree | c280922bc176a49ba65bfbf46138acc4b9c08705 /config | |
parent | Actually remove TABLE from version control (diff) | |
download | openssl-d2a5c40d0c5c4bfe2bec28070c3a0075f5bbdced.tar.xz openssl-d2a5c40d0c5c4bfe2bec28070c3a0075f5bbdced.zip |
Remove PREFIX, as it's not used any more.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'config')
-rwxr-xr-x | config | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |