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: Fri, 18 Jan 2002 02:28:22 -0600 (CST)
guy         2002/01/18 02:28:22 CST

  Modified files:
    .                    acinclude.m4 
  Log:
  Put back the check for gzseek() when building with the GTK+ build flags
  (well, the check used to be a check for gzgets(), but we now have our
  own version of that), so that, on a system with multiple versions of
  zlib where the GTK+ -L flags get you an old version without gzgets(),
  the configure fails, rather than the build failing.
  
  Revision  Changes    Path
  1.37      +38 -4     ethereal/acinclude.m4