summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-09-06 12:26:38 -0400
committerRich Salz <rsalz@openssl.org>2016-09-09 10:07:11 -0400
commit141d7325e7e513102fb8c123dab62dbbd61e846d (patch)
tree20ded5ef4d80c5d24d33c5a6251d730c6d8ee265 /config
parent1750142f43436c9e074352580f1b434fd3b87f3a (diff)
downloadopenssl-new-141d7325e7e513102fb8c123dab62dbbd61e846d.tar.gz
Trim config output
With extensive help and feedback from Richard and Andy. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'config')
-rwxr-xr-xconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/config b/config
index eef07d8436..6504143150 100755
--- a/config
+++ b/config
@@ -903,8 +903,6 @@ OUT="$OUT"
$PERL $THERE/Configure LIST | grep "$OUT" > /dev/null
if [ $? = "0" ]; then
- echo Configuring for $OUT
-
if [ "$VERBOSE" = "true" ]; then
echo $PERL $THERE/Configure $OUT $options
fi
@@ -913,5 +911,6 @@ if [ $? = "0" ]; then
fi
else
echo "This system ($OUT) is not supported. See file INSTALL for details."
+ exit 1
fi
)