Fix default depflags.
This commit is contained in:
parent
34a8c7ec87
commit
3b62e9eb0d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue