Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal README 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@xxxxxxxxxxxx>
Date: Sun, 28 Nov 1999 23:10:16 -0600 (CST)
guy         1999/11/28 23:10:14 CST

  Modified files:
    .                    README acinclude.m4 
  Log:
  Of the "zlib" functions we use that aren't in all versions of "zlib",
  "gzgets()" is the one most recently added; it was added in 1.0.9.
  
  Check for it, rather than for a list of functions, when checking for
  "zlib" support - if you check for N functions, and they're all there,
  you get N "-lz"s added to the list of libraries with which to link.
  
  Indicate in the README that "zlib" versions prior to 1.0.9 definitely
  won't work.
  
  Revision  Changes    Path
  1.32      +6 -5      ethereal/README
  1.13      +8 -4      ethereal/acinclude.m4