Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap configure.in

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: Sat, 12 Feb 2000 02:54:36 -0600 (CST)
guy         2000/02/12 02:54:34 CST

  Modified files:
    wiretap              configure.in 
  Log:
  Get rid of the check for NetBSD in the Wiretap "configure.in"; we
  eliminated the check in the top-level "configure.in", and leaving it in
  the Wiretap one means that, on NetBSD, Ethereal gets built with zlib
  support if zlib is present, but Wiretap doesn't - now they both get
  built with zlib support.  Thanks to Itojun for catching this one.
  
  Put into the Wiretap "configure.in" code to note that, if the test for
  "gzgets()" in zlib fails, we're disabling compressed capture file
  support, as is done in the top-level "configure.in".
  
  Revision  Changes    Path
  1.21      +5 -6      ethereal/wiretap/configure.in