summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-12 17:08:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-12 17:08:44 +0000
commit5a96822f2c6e4827b870b0071a5718b81c649b90 (patch)
tree20600600be1389560a5b99f9b62d0b45fd0aebe1 /Configure
parent23b34259e04b90bc62a2a3d5fb03ca553ca28488 (diff)
Update default dependency flags.
Make error name discrepancies a fatal error. Fix error codes. make update
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 0a93b01540..2dd5b74efa 100755
--- a/Configure
+++ b/Configure
@@ -676,7 +676,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_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_STORE";
+my $default_depflags = " -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_STORE";
# Explicit "no-..." options will be collected in %disabled along with the defaults.
# To remove something from %disabled, use "enable-foo" (unless it's experimental).