File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if test "$PHP_OPCACHE" != "no"; then
29
29
30
30
if test "$PHP_OPCACHE_JIT" = "yes"; then
31
31
case $host_cpu in
32
- i[ 34567] 86*|x86*)
32
+ i[ [ 34567] ] 86*|x86*)
33
33
;;
34
34
*)
35
35
AC_MSG_WARN ( [ JIT not supported by host architecture] )
@@ -52,7 +52,7 @@ if test "$PHP_OPCACHE" != "no"; then
52
52
DASM_FLAGS="-D X64=1"
53
53
DASM_ARCH="x86"
54
54
;;
55
- i[ 34567] 86*)
55
+ i[ [ 34567] ] 86*)
56
56
DASM_ARCH="x86"
57
57
;;
58
58
x86*)
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if test "$PHP_EXTERNAL_PCRE" != "no"; then
40
40
[
41
41
AC_CANONICAL_HOST
42
42
case $host_cpu in
43
- arm*|i[ 34567] 86|x86_64|mips*|powerpc*|sparc)
43
+ arm*|i[ [ 34567] ] 86|x86_64|mips*|powerpc*|sparc)
44
44
ac_cv_have_pcre2_jit=yes
45
45
;;
46
46
*)
You can’t perform that action at this time.
0 commit comments