The branch OpenSSL_1_1_0-stable has been updated
via e13dc23cc0fd64c304c25a67d5fa516a77f9e8f1 (commit)
from aa4312d24492c977eb7d01014e23da61bf245de5 (commit)
- Log -----------------------------------------------------------------
commit e13dc23cc0fd64c304c25a67d5fa516a77f9e8f1
Author: Bernd Edlinger <[email protected]>
Date: Mon Sep 10 14:18:23 2018 +0200
Make the config script fail with an error code if Configure failed
Reviewed-by: Richard Levitte <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/7166)
-----------------------------------------------------------------------
Summary of changes:
config | 1 +
1 file changed, 1 insertion(+)
diff --git a/config b/config
index 35e849a..19c0071 100755
--- a/config
+++ b/config
@@ -929,5 +929,6 @@ if [ $? = "0" ]; then
fi
else
echo "This system ($OUT) is not supported. See file INSTALL for details."
+ exit 1
fi
)
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits