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:
865a90e
)
Update default dependency flag.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 12 Aug 2007 19:05:17 +0000
(19:05 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 12 Aug 2007 19:05:17 +0000
(19:05 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index a6575f9237bdd51f452310b3d85974ea6e4621be..ff1c6faeb2d1b86e8875f8a6a4507231f9515c02 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-617,7
+617,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 -DOPENSSL_NO_SEED ";
+my $default_depflags = "-DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SEED
-DOPENSSL_NO_TLSEXT
";
my $no_sse2=0;