Ethereal-dev: Re: [ethereal-dev] zlib

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sat, 12 Feb 2000 00:26:55 -0800
> 	this should be because of the following portion (which should have been
> 	removed when file_wrappers.[ch] was introduced).
> ethereal/config.h: #define HAVE_LIBZ 1
> ethereal/wiretap/config.h: #define HAVE_LIBZ 1
> 
> 	after applying the following patch, they agrees with each other and
> 	--enable-zlib works fine (so file_wrappers.[ch] looks effective against
> 	NetBSD 1.4.1).

OK, so let's completely remove the "disable zlib if it's NetBSD" stuff
from "wiretap/configure.in", which appears to fix the problem *and* let
you use zlib with NetBSD.  (Don't just comment it out, remove it
entirely.)