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
This commit is contained in:
Isis Lovecruft
2017-12-13 02:20:14 +00:00
parent 426110dfa2
commit c7dc65e033
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -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.