diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4 index abccea936edce..fae8f231a1cf8 100644 --- a/ext/opcache/config.m4 +++ b/ext/opcache/config.m4 @@ -50,7 +50,6 @@ if test "$PHP_OPCACHE" != "no"; then if test "$PHP_OPCACHE_JIT" = "yes" ; then AC_DEFINE(HAVE_JIT, 1, [Define to enable JIT]) - AC_DEFINE(ZEND_JIT_IR, 1, [Use JIT IR framework]) ZEND_JIT_SRC="jit/zend_jit.c jit/zend_jit_vm_helpers.c jit/ir/ir.c jit/ir/ir_strtab.c \ jit/ir/ir_cfg.c jit/ir/ir_sccp.c jit/ir/ir_gcm.c jit/ir/ir_ra.c jit/ir/ir_save.c \ jit/ir/ir_dump.c jit/ir/ir_gdb.c jit/ir/ir_perf.c jit/ir/ir_check.c \ diff --git a/ext/opcache/config.w32 b/ext/opcache/config.w32 index 9d1083b2631c8..bacb84a3f7cba 100644 --- a/ext/opcache/config.w32 +++ b/ext/opcache/config.w32 @@ -33,7 +33,6 @@ if (PHP_OPCACHE != "no") { DEFINE("DASM_ARCH", "x86"); AC_DEFINE('HAVE_JIT', 1, 'Define to enable JIT'); - AC_DEFINE('ZEND_JIT_IR', 1, 'Use JIT IR framework'); ADD_FLAG("CFLAGS_OPCACHE", "/I \"ext\\opcache\\jit\\ir\" /D "+ir_target+" /D IR_PHP"); if (PHP_DEBUG == "yes") {