bug#16757: [PATCH 1/2] search for pcre via pkg-config

2015-04-06 Thread Mike Frysinger
On 25 May 2014 01:14, Paul Eggert wrote: > --- a/m4/pcre.m4 > +++ b/m4/pcre.m4 > > + if test $test_pcre = yes; then the previous code quoted test_pcre ... i guess previously it was normalized into "yes" and "no", but seems pretty cheap & easy to be resilient ? > +PKG_CHECK_MODULES([PCRE],

bug#16757: [PATCH 1/2] search for pcre via pkg-config

2015-04-06 Thread Mike Frysinger
On 21 Apr 2014 17:29, Paul Eggert wrote: > Thanks for the patch in . In looking it over > I see a couple of things. First, it looks big enough that we'll need > copyright papers for it. Can you please get the ball rolling on that? > I assume you know the drill. fwi

bug#16757: [PATCH 1/2] search for pcre via pkg-config

2015-04-06 Thread Paul Eggert
On 04/06/2015 12:14 AM, Mike Frysinger wrote: On 25 May 2014 01:14, Paul Eggert wrote: --- a/m4/pcre.m4 +++ b/m4/pcre.m4 + if test $test_pcre = yes; then the previous code quoted test_pcre ... i guess previously it was normalized into "yes" and "no", but seems pretty cheap & easy to be resili