summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-27 16:32:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-27 16:32:30 +0000
commit04b304d346bea1ecaa629c43632b45911d34be87 (patch)
tree80292de1810e2554aaada419abcb5a56ae7cb6d5 /Configure
parent6c61726b2af78a1985178d31e551351231b54b10 (diff)
Update default dependency flags.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 316d309fa6..0b186a0ea2 100755
--- a/Configure
+++ b/Configure
@@ -627,7 +627,7 @@ my %disabled = ( # "what" => "comment"
# For symmetry, "disable-..." is a synonym for "no-...".
# This is what $depflags will look like with the above default:
-my $default_depflags = "-DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 ";
+my $default_depflags = "-DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 ";
my $no_sse2=0;