aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2017-12-13 02:20:14 +0000
committerIsis Lovecruft <isis@torproject.org>2017-12-13 02:27:02 +0000
commitc7dc65e033a63c6ba4d4f8e195265cb845f8e05f (patch)
tree50eb92524ff07eb8af7d2685217ca5315cc34e28 /changes
parent426110dfa2e27f134e7bf44341e5df6f454e49a3 (diff)
downloadtor-c7dc65e033a63c6ba4d4f8e195265cb845f8e05f.tar.gz
tor-c7dc65e033a63c6ba4d4f8e195265cb845f8e05f.zip
build: Add pretty printing of results of rust autoconf checks.
* ADDS several `AC_MSG_RESULT`s which print the result of our checks for our rust dependencies and a check for a suitable rustc compiler version. * FIXES #24612: https://bugs.torproject.org/24612
Diffstat (limited to 'changes')
-rw-r--r--changes/bug246124
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24612 b/changes/bug24612
new file mode 100644
index 0000000000..df27170530
--- /dev/null
+++ b/changes/bug24612
@@ -0,0 +1,4 @@
+ o Minor fixes (build):
+ - Fix output of autoconf checks to display success messages for
+ Rust dependencies and a suitable rustc compiler version. Fixes
+ bug 24612; bugfix on tor-0.3.1.3-alpha.