Skip to content

Commit

Permalink
Fix typo "without-pcre-jit"
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt authored and nikic committed Jul 6, 2021
1 parent bb97c94 commit 909e134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/pcre/config0.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PHP_ARG_WITH([external-pcre],,
[no])

PHP_ARG_WITH([pcre-jit],,
[AS_HELP_STRING([--with-pcre-jit],
[Enable PCRE JIT functionality])],
[AS_HELP_STRING([--without-pcre-jit],
[Disable PCRE JIT functionality])],
[yes],
[no])

Expand Down

0 comments on commit 909e134

Please sign in to comment.