summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-11-30 13:55:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-11-30 13:55:30 +0000
commit77e87e6148345cff263a151f11bd214d408a2a17 (patch)
tree51e6f242e4d079726385bbd4bf8011357c6533cb /Configure
parenta6e700e6652373954d1aacf06c6e42575f4e86c2 (diff)
Fix default dependency flags.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index b5f9de05a7..c980237acc 100755
--- a/Configure
+++ b/Configure
@@ -626,7 +626,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_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779";
+my $default_depflags = "-DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 ";
my $no_sse2=0;