Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
3a7cee9d
Commit
3a7cee9d
authored
Feb 15, 2011
by
Erinn Clark
Committed by
Nick Mathewson
Mar 28, 2011
Browse files
Fix configure.in zlib package names.
parent
30b3f0cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/zlib_aint_openssl
0 → 100644
View file @
3a7cee9d
o Minor bugfixes
- When warning about missing zlib development packages, give the
correct package names. Bugfix on 0.2.0.1-alpha.
configure.in
View file @
3a7cee9d
...
...
@@ -336,10 +336,10 @@ AC_SUBST(TOR_OPENSSL_LIBS)
dnl ------------------------------------------------------
dnl Where do you live, zlib? And how do we call you?
tor_
openssl
_pkg_redhat="zlib"
tor_
openssl
_pkg_debian="zlib1g"
tor_
openssl
_devpkg_redhat="zlib-devel"
tor_
openssl
_devpkg_debian="zlib1g-dev"
tor_
zlib
_pkg_redhat="zlib"
tor_
zlib
_pkg_debian="zlib1g"
tor_
zlib
_devpkg_redhat="zlib-devel"
tor_
zlib
_devpkg_debian="zlib1g-dev"
TOR_SEARCH_LIBRARY(zlib, $tryzlibdir, [-lz],
[#include <zlib.h>],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment