Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] autoconf patches to 0.8.16

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: Wed, 7 Mar 2001 21:41:43 -0800
On Wed, Mar 07, 2001 at 11:20:52PM -0600, ethereal-dev@xxxxxxxxxxxxxxxxxx wrote:
> Build patches:
>   1. Added --with-libpcap-include=DIR and --with-libpcap-lib=DIR
>      to specify path to libpcap library.
>   2. Added --with-zlib=DIR to specify the path to zlib

If you have "--with-zlib", "--enable-zlib" is redundant and should be
removed.

(In general, autoconfig options to control whether to build a program
with our without a particular library are "--with-XXX", rather than
"--enable-XXX".)