Ethereal-users: Re: [ethereal-users] Ethereal 0.7.8 compilation problem

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 28 Nov 1999 18:23:58 -0800
> How about just checking for the zlib version number?
> The ZLIB_VERSION macro is defined in zlib.h.....it may be easier
> to check for the version number rather than determining what
> features of zlib you need.

Checking for the version requires that you determine what versions of
zlib have the features you need, and therefore requires that you
determine what features of zlib you need *and* what versions of zlib
have those features.

If the changes I checked in don't catch all the required features, it
probably won't take too long to converge on the right set of checks....