projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34a8c7e
)
Fix default depflags.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 30 Nov 2006 14:01:38 +0000
(14:01 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 30 Nov 2006 14:01:38 +0000
(14:01 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index c46b372ec3af21064f7a844ca11e1537d4c07746..820be609c96d99aebd2ae33f1da4de4fc993a9f7 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-616,7
+616,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_CAMELLIA -DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779";
+my $default_depflags = "-DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779
";
my $no_sse2=0;