summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBodo Moeller <bodo@openssl.org>2014-08-01 19:07:57 +0200
committerBodo Moeller <bodo@openssl.org>2014-08-01 19:07:57 +0200
commit604c9948a8e0f371cffa1906bfbd30a14dadaf78 (patch)
tree25f2ee5f238b311e9c8a83bec3db7c3d6a409dce /Configure
parent281720c2a38653035cf6cd6f424ded2913d4c931 (diff)
downloadopenssl-new-604c9948a8e0f371cffa1906bfbd30a14dadaf78.tar.gz
Update $default_depflags to match current defaults.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 135579c269..36844b7b2f 100755
--- a/Configure
+++ b/Configure
@@ -728,7 +728,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_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_STORE";
+my $default_depflags = " -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -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).