From: Richard Levitte Date: Mon, 28 Aug 2017 13:41:49 +0000 (+0200) Subject: If 'tests' is disabled, then so should 'external-tests' X-Git-Tag: OpenSSL_1_1_1-pre1~749 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=302eba3f6dd588f1269aba4605a007ae86b583db;p=oweals%2Fopenssl.git If 'tests' is disabled, then so should 'external-tests' Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/4274) --- diff --git a/Configure b/Configure index 60dc1f4bf0..57cdeb3dc4 100755 --- a/Configure +++ b/Configure @@ -516,6 +516,7 @@ my @disable_cascades = ( "stdio" => [ "apps", "capieng" ], "apps" => [ "tests" ], + "tests" => [ "external-tests" ], "comp" => [ "zlib" ], "ec" => [ "tls1_3" ], sub { !$disabled{"unit-test"} } => [ "heartbeats" ],