Carlo Marcelo Arenas Belón [off-list ref] writes:
JIT support was added to 8.20 but the interface we rely on is only
enabled after 8.32 so try to make the message clearer.
Could you add some word before 8.20 and 8.32 (e.g. "pcre library
version 8.20", if that is what you are referring to, and if 8.32 is
also taken from the same context, adding such phrase to clarify the
context only to 8.20 is sufficient)?
in systems where there are restrictions against creating executable
pages programatically (like OpenBSD, NetBSD, macOS or seLinux) JIT
will fail, resulting in a error message to the user.
Signed-off-by: Carlo Marcelo Arenas Belón <redacted>
---
The change to the code looked sensible.