Don't actually build miniz if we have zlib
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 19 Mar 2014 20:08:08 +0000 (21:08 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 19 Mar 2014 20:08:08 +0000 (21:08 +0100)
We don't use miniz if we have zlib; but it was still being built, because
we never actually set HAVE_ZLIB as a build system variable.

Use ZLIB_FOUND instead.


No differences found