File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 68
68
AC_DEFINE ( HAVE_BUNDLED_PCRE , 1 , [ ] )
69
69
AC_DEFINE ( PCRE2_CODE_UNIT_WIDTH , 8 , [ ] )
70
70
71
- if test "$PHP_PCRE_REGEX" != "no"; then
72
- AC_MSG_CHECKING ( [ whether to enable PCRE JIT functionality] )
73
- if test "$PHP_PCRE_JIT" != "no"; then
74
- AC_DEFINE ( HAVE_PCRE_JIT_SUPPORT , 1 , [ ] )
75
- AC_MSG_RESULT ( [ yes] )
76
- else
71
+ AC_MSG_CHECKING ( [ whether to enable PCRE JIT functionality] )
72
+ if test "$PHP_PCRE_JIT" != "no"; then
73
+ AC_DEFINE ( HAVE_PCRE_JIT_SUPPORT , 1 , [ ] )
74
+ AC_MSG_RESULT ( [ yes] )
75
+ else
77
76
AC_MSG_RESULT ( [ no] )
78
- fi
79
77
fi
80
78
fi
81
79
82
80
PHP_ARG_WITH(pcre-valgrind,,[ --with-pcre-valgrind=DIR
83
81
Enable PCRE valgrind support. Developers only!] , no, no)
84
- if test "$PHP_PCRE_REGEX" != "yes" && test "$PHP_PCRE_REGEX " != "no"; then
82
+ if test "$PHP_EXTERNAL_PCRE " != "no"; then
85
83
AC_MSG_WARN ( [ PHP is going to be linked with an external PCRE, --with-pcre-valgrind has no effect] )
86
84
else
87
85
if test "$PHP_PCRE_VALGRIND" != "no"; then
You can’t perform that action at this time.
0 commit comments