Changes file for autoconf improvements in 40138

This commit is contained in:
Nick Mathewson 2020-09-23 10:13:43 -04:00 committed by David Goulet
parent ec9ac0756d
commit de03f7a13d

6
changes/ticket40138 Normal file
View File

@ -0,0 +1,6 @@
o Minor features (build):
- When running the configure script, try to detect version mismatches
between the openssl headers and libraries, and suggest that the
user should try "--with-openssl-dir". Closes 40138.
- If the configure script has given any warnings, remind the user about
them at the end of the script. Related to 40138.