Revision: 566
http://www.exim.org/viewvc/pcre2?view=rev&revision=566
Author: ph10
Date: 2016-10-14 16:16:39 +0100 (Fri, 14 Oct 2016)
Log Message:
-----------
Note in config.h that SUPPORT_PCRE2GREP_JIT needs SUPPORT_JIT in order to be
effective.
Modified Paths:
--------------
code/trunk/configure.ac
code/trunk/src/config.h.generic
code/trunk/src/config.h.in
Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac 2016-10-13 17:20:08 UTC (rev 565)
+++ code/trunk/configure.ac 2016-10-14 15:16:39 UTC (rev 566)
@@ -561,7 +561,8 @@
if test "$enable_pcre2grep_jit" = "yes"; then
AC_DEFINE([SUPPORT_PCRE2GREP_JIT], [], [
- Define to any value to enable JIT support in pcre2grep.])
+ Define to any value to enable JIT support in pcre2grep. Note that this will
+ have no effect unless SUPPORT_JIT is also defined.])
fi
# Currently pcre2grep callout string is not supported under Windows.
Modified: code/trunk/src/config.h.generic
===================================================================
--- code/trunk/src/config.h.generic 2016-10-13 17:20:08 UTC (rev 565)
+++ code/trunk/src/config.h.generic 2016-10-14 15:16:39 UTC (rev 566)
@@ -286,7 +286,8 @@
/* Define to any value to enable callout script support in pcre2grep. */
/* #undef SUPPORT_PCRE2GREP_CALLOUT */
-/* Define to any value to enable JIT support in pcre2grep. */
+/* Define to any value to enable JIT support in pcre2grep. Note that this will
+ have no effect unless SUPPORT_JIT is also defined. */
/* #undef SUPPORT_PCRE2GREP_JIT */
/* Define to any value to enable the 16 bit PCRE2 library. */
Modified: code/trunk/src/config.h.in
===================================================================
--- code/trunk/src/config.h.in 2016-10-13 17:20:08 UTC (rev 565)
+++ code/trunk/src/config.h.in 2016-10-14 15:16:39 UTC (rev 566)
@@ -275,7 +275,8 @@
/* Define to any value to enable callout script support in pcre2grep. */
#undef SUPPORT_PCRE2GREP_CALLOUT
-/* Define to any value to enable JIT support in pcre2grep. */
+/* Define to any value to enable JIT support in pcre2grep. Note that this will
+ have no effect unless SUPPORT_JIT is also defined. */
#undef SUPPORT_PCRE2GREP_JIT
/* Define to any value to enable the 16 bit PCRE2 library. */