http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36969
User: guy
Date: 2011/05/02 09:48 PM
Log:
Don't bother checking for gzgets(), as we don't use it, and don't even
need to use its presence in zlib as a proxy for "not the crufty old zlib
that comes with some versions of X11".
Do, however, check for inflatePrime() there, instead, just in case the
crufty old zlib that comes with some versions of X11 lack it; this is to
prevent the configure script from assuming a shiny new zlib by testing
with a non-X11 program, causing the build to fail when you build
Wireshark.
Directory: /trunk/
Changes Path Action
+54 -80 acinclude.m4 Modified
+7 -10 configure.in Modified