Skip to content

Commit b73b70f

Browse files
authored
Rename --with-opcache-capstone to --with-capstone (#10952)
1 parent c4fb049 commit b73b70f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/opcache/config.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ PHP_ARG_ENABLE([opcache-jit],
1818
[yes],
1919
[no])
2020

21-
PHP_ARG_WITH([opcache-capstone],,
22-
[AS_HELP_STRING([--with-opcache-capstone],
21+
PHP_ARG_WITH([capstone],,
22+
[AS_HELP_STRING([--with-capstone],
2323
[support opcache JIT disassembly through capstone])],
2424
[no],
2525
[no])
@@ -74,7 +74,7 @@ if test "$PHP_OPCACHE" != "no"; then
7474
DASM_FLAGS="$DASM_FLAGS -D ZTS=1"
7575
fi
7676

77-
AS_IF([test x"$with_opcache_capstone" = "xyes"],[
77+
AS_IF([test x"$with_capstone" = "xyes"],[
7878
PKG_CHECK_MODULES([CAPSTONE],[capstone >= 3.0.0],[
7979
AC_DEFINE([HAVE_CAPSTONE], [1], [Capstone is available])
8080
PHP_EVAL_LIBLINE($CAPSTONE_LIBS, OPCACHE_SHARED_LIBADD)

0 commit comments

Comments
 (0)