On Sunday 02 December 2007 21:04:28 Devin Heitmueller wrote:

> The attached patch will address a parrot test failure in the PCRE
> module (t/library/pcre.t) in the case where the libpcre library is
> installed in a nonstandard location.
>
> In my case, it occurs on OS X that Fink installed libpcre into
> /sw/lib, and so the test believes that PCRE is installed because the
> pcre-config utility returned zero, but it cannot find the library.
>
> The change runs pcre-config to get the location of the library, and
> then updates the PARROT_LIB_PATH_DYNEXT to contain the additional
> entry.

Everything looks reasonable except the double-escaped newline; is this an 
artifact of the patch?

-- c

Reply via email to