diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-11 16:28:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-11 16:28:44 +0000 |
commit | 795aa1a196630f8b574d69e07ffb353ebeb40ad9 (patch) | |
tree | 7885b5053dfd1ffb709f1d90c6e097b7ae078b51 /doc | |
parent | 38a5f0950250ad21e48ad60c1036621c58ecd9d4 (diff) | |
download | tor-795aa1a196630f8b574d69e07ffb353ebeb40ad9.tar tor-795aa1a196630f8b574d69e07ffb353ebeb40ad9.tar.gz |
r12351@catbus: nickm | 2007-04-11 12:09:46 -0400
More autoconf hacking: use same machinery to find zlib as for openssl and libevent. Have unified library finder include setup for --with variable. Start trying to suggest to the user what packages they should install if finding the library fails.
svn:r9945
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -101,11 +101,11 @@ Things we'd like to do in 0.2.0.x: less magic and less control logic. - Implement TLS shutdown properly when possible. - Maybe move NT services into their own module. - - Autoconf cleanups and improvements: + . Autoconf cleanups and improvements: o Remove redundant event.h check. - - Check for zlib with the same machinery as for libevent and openssl. - - Make the "no longer strictly accurate" message accurate. - - Tell the user what -dev package to install based on OS. + o Check for zlib with the same machinery as for libevent and openssl. + o Make the "no longer strictly accurate" message accurate. + . Tell the user what -dev package to install based on OS. - Detect correct version of libraries. o Run autoupdate - Refactor networkstatus generation: |