Closed aabacchus closed 2 years ago
This is a rather naive conversion to use pcre2 rather than the deprecated pcre1 (#110). It compiles at least, but I haven't tested it more than that.
Added a check for the pcre library (wasn't checked before).
Applied, thanks!
Use PCRE2, from ben at bvnf dot space; GitHub issue 111.
Out of interest, why do you merge patches in this style? Perhaps you're not aware of git-am?
This is a rather naive conversion to use pcre2 rather than the deprecated pcre1 (#110). It compiles at least, but I haven't tested it more than that.