Small clarification.

This commit is contained in:
Andrey Hristov 1999-09-23 15:37:01 +00:00
parent de8120f5d0
commit 9f07657b48
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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)