X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=8410e42c628099e5b074189fb3776e67682f90a0;hp=dd0017836df8beb72e3f66c5c4586823823f22e9;hb=7187f0e1ea22e63454ec46f128d669acf1128a8f;hpb=2da0130b98ec1a2f69d2506419fee9edf7d10563 diff --git a/Configure b/Configure index dd0017836d..8410e42c62 100755 --- a/Configure +++ b/Configure @@ -2554,6 +2554,17 @@ my %builders = ( $builders{$builder}->($builder_platform, @builder_opts); +# Show a note on the use of configdata.pm, but ONLY for release 1.1.1 +# (i.e. this message disappears with the following update, 1.1.1a) +print <<"EOF" if ($config{version_num} =~ m|^0x1010100.L$|); + +NOTE: Starting with OpenSSL 1.1.1, 'Configure' doesn't display all the disabled +options or the "make variables" with their values. Instead, you must use +'configdata.pm' as a script to get a display of the configuration data. For +help, please do this: + + perl configdata.pm --help +EOF print <<"EOF" if ($disabled{threads} eq "unavailable"); The library could not be configured for supporting multi-threaded