Debug: increase verbosity in pcre2.m4 for macOS GitHub Actions

Added AC_MSG_NOTICE macros to pcre2.m4 to enhance debugging output. This change aims to identify the cause of build failures on macOS runners in GitHub Actions, which do not occur locally or on other platforms (Linux, Windows).

The added verbosity will help trace the build process and inspect variable values for inconsistencies in the macOS runner environment.
This commit is contained in:
Gabor Berkes
2024-12-11 08:57:43 +00:00
parent a07d0c7d34
commit 784cf0b64c
2 changed files with 7 additions and 3 deletions

View File

@@ -105,7 +105,6 @@ jobs:
geoip \
ssdeep \
pcre \
pcre2 \
bison \
flex
- uses: actions/checkout@v4