aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-09-23 10:13:43 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-10-07 09:00:06 -0400
commitde03f7a13d3b5bd60de1b1e1fc22ce2266002bf2 (patch)
tree86d129b62129ec61301ba601d9d8121f9adaa9ca /changes
parentec9ac0756d5af93c6b5f7095f4b138240b4cf0f5 (diff)
downloadtor-de03f7a13d3b5bd60de1b1e1fc22ce2266002bf2.tar.gz
tor-de03f7a13d3b5bd60de1b1e1fc22ce2266002bf2.zip
Changes file for autoconf improvements in 40138
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket401386
1 files changed, 6 insertions, 0 deletions
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.