Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal acinclude.m4

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 6 Feb 2002 03:58:30 -0600 (CST)
guy         2002/02/06 03:58:29 CST

  Modified files:
    .                    acinclude.m4 
  Log:
  zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",
  even if it doesn't have "gzgets()", so one might think we could use it
  by using our own replacement for "gzgets()".
  
  One would be wrong to think so, however, as the "gzseek()" it has
  doesn't actually work when reading uncompressed files.
  
  zlib 1.0.9 has "gzgets()", and fixes that bug, so we rever to checking
  for "gzgets()" rather than "gzseek()", so that we don't accept pre-1.0.9
  versions of zlib, and we get rid of our "gzgets()" replacement.
  
  Revision  Changes    Path
  1.42      +25 -14    ethereal/acinclude.m4