Gabor Berkes
106ed22b6d
Fix typo in pcre.m4: corrected PCRE_CFLAGS assignment
2024-12-10 10:58:20 +00:00
Gabor Berkes
c6433df7b2
Refactor build system to use libpcre2 as the default
...
Updated the build system and related source files to use libpcre2 as the
default regex library instead of the deprecated libpcre. This change
ensures future compatibility and aligns with the library's maintenance status.
To build with the old libpcre, the `--with-pcre` configuration parameter
can be specified.
2024-12-10 10:16:14 +00:00
Eduardo Arias
e31ff7e60b
Build on macOS 14 arm64
2024-08-05 11:49:58 -07:00
Ervin Hegedus
d0f3cf1389
Replace obsolete macros
2024-02-25 22:01:07 +01:00
martinhsv
700a9e9ff1
Merge pull request #2806 from hughmcmaster/as_help_string
...
Use AS_HELP_STRING instead of obsolete AC_HELP_STRING macro
2022-11-11 14:33:25 -05:00
Martin Vierula
791964a0ea
During configure, do not check for pcre if pcre2 specified
2022-11-10 07:50:52 -08:00
Hugh McMaster
f05f322302
Use AS_HELP_STRING instead of the obsolete AC_HELP_STRING macro
...
AC_HELP_STRING has been obsolete since at least Autoconf 2.53,
which was released in 2003.
2022-10-16 18:16:01 +11:00
Takaya Saeki
3bfe4b81af
build: Fix pcre's JIT support detection was not working
2021-05-24 10:33:11 -03:00
Ervin Hegedüs
9dff36f598
Added some cosmetics to autoconf related code
2018-02-23 18:37:21 -03:00
Andrei Belov
ae8698d8cf
Makes JIT support in PCRE to be optional
...
In particular, this change allows to build libmodsecurity on some old
but still supported systems such as RHEL/CentOS 6.
2016-09-26 14:50:31 -03:00
Felipe Zimmerle
ffb973700a
Replaces libpcrecpp by libpcre
2015-10-27 08:55:12 -03:00
Felipe Zimmerle
73c6c8cf7c
build: searching for pcre/geoip on /opt/local directory
2015-08-13 16:27:20 -03:00
Felipe Zimmerle
17f88f5821
Using libpcre instead of c++11 regex
2015-08-03 13:45:09 -03:00