From: Andy Polyakov Date: Tue, 8 Oct 2013 21:41:31 +0000 (+0200) Subject: Configure: recognize experimental-multiblock. X-Git-Tag: OpenSSL_1_0_2-beta1~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2884b3e9aa08fb2db0ca0b28fddbefb54ee3d8f;p=oweals%2Fopenssl.git Configure: recognize experimental-multiblock. (cherry picked from commit 2d752737c53d0cf4953c11551d6d2a9df3655329) --- diff --git a/Configure b/Configure index a8bbcf4109..8c1122c0f6 100755 --- a/Configure +++ b/Configure @@ -729,6 +729,7 @@ my %disabled = ( # "what" => "comment" [or special keyword "experimental "jpake" => "experimental", "libunbound" => "experimental", "md2" => "default", + "multiblock" => "experimental", "rc5" => "default", "rfc3779" => "default", "sctp" => "default",