commit de03f7a13d3b5bd60de1b1e1fc22ce2266002bf2 Author: Nick Mathewson nickm@torproject.org Date: Wed Sep 23 10:13:43 2020 -0400
Changes file for autoconf improvements in 40138 --- changes/ticket40138 | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/changes/ticket40138 b/changes/ticket40138 new file mode 100644 index 0000000000..6facbb819f --- /dev/null +++ b/changes/ticket40138 @@ -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.
tor-commits@lists.torproject.org