diff options
author | Erinn Clark <erinn@torproject.org> | 2011-02-15 02:15:42 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-28 17:48:22 -0400 |
commit | 3a7cee9d2984126ef8378657d6200f711eb58517 (patch) | |
tree | 7c4a9766992f98ef4a6adb7d47caa31fca7dc33f | |
parent | 30b3f0cdb148f85330e2c93ebb1c00f3cfc8655a (diff) | |
download | tor-3a7cee9d2984126ef8378657d6200f711eb58517.tar tor-3a7cee9d2984126ef8378657d6200f711eb58517.tar.gz |
Fix configure.in zlib package names.
-rw-r--r-- | changes/zlib_aint_openssl | 3 | ||||
-rw-r--r-- | configure.in | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/changes/zlib_aint_openssl b/changes/zlib_aint_openssl new file mode 100644 index 000000000..dd8e10a32 --- /dev/null +++ b/changes/zlib_aint_openssl @@ -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. diff --git a/configure.in b/configure.in index 7cdb330b4..1fddacaad 100644 --- a/configure.in +++ b/configure.in @@ -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>], |