]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - config
Trim config output
[thirdparty/openssl.git] / config
diff --git a/config b/config
index eef07d8436e7292d38fef0c1b2f4263870022894..65041431503b85a732524b368ed245d795f0dac2 100755 (executable)
--- 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
 )