Enable use of the PCRE2 library on Windows
authorLee <ler762@users.sourceforge.net>
Fri, 4 Aug 2023 09:41:14 +0000 (05:41 -0400)
committerLee <ler762@users.sourceforge.net>
Fri, 4 Aug 2023 09:41:14 +0000 (05:41 -0400)
commitfa6f0c233abb34b8b6d1c37191914d735e6fc3bf
tree1f30058e5fd395db1c22867e3f45fd2a6344e958
parenta5761ca131f87c8d3719e8f34ca25c5e9b153daf
Enable use of the PCRE2 library on Windows

- windows/MYconfigure

Use the PCRE2 library for building Privoxy on Windows.

- configure.in

PCRE2_STATIC must be defined if you want to statically link the PCRE2 library.
If it isn't defined you'll get these kind of linker errors:
 undefined reference to `_imp__pcre2_compile_8'
 undefined reference to `_imp__pcre2_jit_compile_8'
 undefined reference to `_imp__pcre2_match_data_create_from_pattern_8'
 undefined reference to `_imp__pcre2_match_8'
configure.in
windows/MYconfigure