X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;h=bcf2c041097383eabea31231847061911ba78147;hp=62c354abf0d8d5503e83561df4f8237db9acf202;hb=49c9c1b3d05782fe76bef2eef8c5224baf843240;hpb=717f308e7624233e2ad18fba62558a421dfda83d diff --git a/Configure b/Configure index 62c354abf0..bcf2c04109 100755 --- a/Configure +++ b/Configure @@ -2777,7 +2777,10 @@ sub threads { return sub { add($disabled{threads} ? () : @flags)->(); } } - +sub shared { + my @flags = @_; + return sub { add($disabled{shared} ? () : @flags)->(); } +} our $add_called = 0; # Helper function to implement adding values to already existing configuration