mirror of
https://github.com/php/php-src.git
synced 2024-12-04 23:34:25 +08:00
Small clarification.
This commit is contained in:
parent
de8120f5d0
commit
9f07657b48
@ -8,7 +8,8 @@ AC_MSG_CHECKING(whether to include PCRE support)
|
||||
AC_ARG_WITH(pcre-regex,
|
||||
[ --without-pcre-regex Do not include Perl Compatible Regular Expressions
|
||||
support. Use --with-pcre-regex=DIR to specify DIR
|
||||
where PCRE's include and library files are located],
|
||||
where PCRE's include and library files are located,
|
||||
if not using bundled library.],
|
||||
[
|
||||
case "$withval" in
|
||||
no)
|
||||
|
@ -8,7 +8,8 @@ AC_MSG_CHECKING(whether to include PCRE support)
|
||||
AC_ARG_WITH(pcre-regex,
|
||||
[ --without-pcre-regex Do not include Perl Compatible Regular Expressions
|
||||
support. Use --with-pcre-regex=DIR to specify DIR
|
||||
where PCRE's include and library files are located],
|
||||
where PCRE's include and library files are located,
|
||||
if not using bundled library.],
|
||||
[
|
||||
case "$withval" in
|
||||
no)
|
||||
|
Loading…
Reference in New Issue
Block a user