]> granicus.if.org Git - openssl/commitdiff
Update $default_depflags to match current defaults.
authorBodo Moeller <bodo@openssl.org>
Fri, 1 Aug 2014 17:03:03 +0000 (19:03 +0200)
committerBodo Moeller <bodo@openssl.org>
Fri, 1 Aug 2014 17:03:03 +0000 (19:03 +0200)
Configure

index 874998897dec91711381cfafd4f30deff6a61d16..c4e7dbb4542fa2e876ae2d8b4c9c328189942a19 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -745,7 +745,7 @@ my @experimental = ();
 
 # This is what $depflags will look like with the above defaults
 # (we need this to see if we should advise the user to run "make depend"):
-my $default_depflags = " -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_LIBUNBOUND -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_SSL_TRACE -DOPENSSL_NO_STORE";
+my $default_depflags = " -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_LIBUNBOUND -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_SSL_TRACE -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST";
 
 # Explicit "no-..." options will be collected in %disabled along with the defaults.
 # To remove something from %disabled, use "enable-foo" (unless it's experimental).