]> granicus.if.org Git - php/commitdiff
Add AS_HELP_STRING to Opcache JIT option
authorPeter Kokot <peterkokot@gmail.com>
Sun, 7 Apr 2019 21:29:12 +0000 (23:29 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 7 Apr 2019 21:29:12 +0000 (23:29 +0200)
ext/opcache/config.m4

index a202fc9a1a784fb8c28ec62c98cc33eba2f8a9b6..b4a1f0f6c74e45bfe04008299f9fd39229f3f239 100644 (file)
@@ -13,8 +13,12 @@ PHP_ARG_ENABLE([huge-code-pages],
   [yes],
   [no])
 
-PHP_ARG_ENABLE(opcache-jit, whether to enable JIT,
-[  --disable-opcache-jit  Disable JIT], yes, no)
+PHP_ARG_ENABLE([opcache-jit],
+  [whether to enable JIT],
+  [AS_HELP_STRING([--disable-opcache-jit],
+    [Disable JIT])],
+  [yes],
+  [no])
 
 if test "$PHP_OPCACHE" != "no"; then