diff options
author | Rich Salz <rsalz@openssl.org> | 2016-09-06 18:26:38 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-09-09 16:07:11 +0200 |
commit | 141d7325e7e513102fb8c123dab62dbbd61e846d (patch) | |
tree | 20ded5ef4d80c5d24d33c5a6251d730c6d8ee265 /config | |
parent | VMS: Use different C flags for programs that aren't to be installed (diff) | |
download | openssl-141d7325e7e513102fb8c123dab62dbbd61e846d.tar.xz openssl-141d7325e7e513102fb8c123dab62dbbd61e846d.zip |
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-x | config | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ) |