diff options
author | Isis Lovecruft <isis@torproject.org> | 2017-12-13 02:20:14 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2017-12-13 02:27:02 +0000 |
commit | c7dc65e033a63c6ba4d4f8e195265cb845f8e05f (patch) | |
tree | 50eb92524ff07eb8af7d2685217ca5315cc34e28 /changes | |
parent | 426110dfa2e27f134e7bf44341e5df6f454e49a3 (diff) | |
download | tor-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/bug24612 | 4 |
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. |