Re: [Libevent-users] Zlib inclusion (and regress failures)

2011-12-19 Thread grarpamp
> Right. It's only used in the regression tests.  There should probably > be a way to disable it entirely, if you'd rather avoid the whole > thing.  As it is, there's no point in pointing it at a different > version. Thanks. Figured it wasn't likely part of the resultant libs. I did look through t

[Libevent-users] Zlib inclusion (and regress failures)

2011-12-19 Thread grarpamp
Hi. I notice this output from configure... checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for library containing inflateEnd... -lz As such, where is zlib used in libevent? The only place I can see is in the regress tests (not a part of the act