Skip to content

Commit 909e134

Browse files
brendtnikic
authored andcommitted
Fix typo "without-pcre-jit"
1 parent bb97c94 commit 909e134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pcre/config0.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ PHP_ARG_WITH([external-pcre],,
77
[no])
88

99
PHP_ARG_WITH([pcre-jit],,
10-
[AS_HELP_STRING([--with-pcre-jit],
11-
[Enable PCRE JIT functionality])],
10+
[AS_HELP_STRING([--without-pcre-jit],
11+
[Disable PCRE JIT functionality])],
1212
[yes],
1313
[no])
1414

0 commit comments

Comments
 (0)