We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fb049 commit b73b70fCopy full SHA for b73b70f
ext/opcache/config.m4
@@ -18,8 +18,8 @@ PHP_ARG_ENABLE([opcache-jit],
18
[yes],
19
[no])
20
21
-PHP_ARG_WITH([opcache-capstone],,
22
- [AS_HELP_STRING([--with-opcache-capstone],
+PHP_ARG_WITH([capstone],,
+ [AS_HELP_STRING([--with-capstone],
23
[support opcache JIT disassembly through capstone])],
24
[no],
25
@@ -74,7 +74,7 @@ if test "$PHP_OPCACHE" != "no"; then
74
DASM_FLAGS="$DASM_FLAGS -D ZTS=1"
75
fi
76
77
- AS_IF([test x"$with_opcache_capstone" = "xyes"],[
+ AS_IF([test x"$with_capstone" = "xyes"],[
78
PKG_CHECK_MODULES([CAPSTONE],[capstone >= 3.0.0],[
79
AC_DEFINE([HAVE_CAPSTONE], [1], [Capstone is available])
80
PHP_EVAL_LIBLINE($CAPSTONE_LIBS, OPCACHE_SHARED_LIBADD)
0 commit comments