From: Manuel Nickschas Date: Wed, 19 Feb 2014 20:19:32 +0000 (+0100) Subject: Use system zlib if available X-Git-Tag: 0.10-rc1~21 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=f64d4eec4bba63ececdece95f5c73b0ac550acd4;hp=f64d4eec4bba63ececdece95f5c73b0ac550acd4 Use system zlib if available Only fall back to miniz if we don't find zlib on the system. Distro packagers like this much more, and we use code that has seen much more testing. Incidentally, we've already had one case where miniz was really slow on a 32 bit box. Still keeping miniz as fallback for the rare platform/build box that doesn't ship zlib, since waiting a few seconds for compressing the backlog is still probably better than transmitting a few MB of extra data... ---