Ethereal-dev: Re: [Ethereal-dev] PCRE test fix for 0.10.0

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: Tue, 16 Dec 2003 18:38:13 -0800

On Dec 16, 2003, at 6:12 PM, Albert Chin wrote:

The PCRE test in acinclude.m4 and epan/acinclude.m4 don't work if PCRE
exists in a non-system directory. The problem is that LDFLAGS and LIBS
are set incorrectly. LIBS shouldn't contain -L arguments. The patch
below fixes this.

Checked in.