mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
Fix configure.in zlib package names.
This commit is contained in:
parent
30b3f0cdb1
commit
3a7cee9d29
2 changed files with 7 additions and 4 deletions
3
changes/zlib_aint_openssl
Normal file
3
changes/zlib_aint_openssl
Normal file
|
@ -0,0 +1,3 @@
|
|||
o Minor bugfixes
|
||||
- When warning about missing zlib development packages, give the
|
||||
correct package names. Bugfix on 0.2.0.1-alpha.
|
|
@ -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>],
|
||||
|
|
Loading…
Add table
Reference in a new issue