fd342b1ada
SVN-Revision: 2333
15 lines
333 B
Text
15 lines
333 B
Text
config BR2_COMPILE_PCRE
|
|
bool
|
|
default n
|
|
depends BR2_PACKAGE_LIBPCRE
|
|
|
|
config BR2_PACKAGE_LIBPCRE
|
|
prompt "libpcre........................... A Perl Compatible Regular Expression library"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_COMPILE_PCRE
|
|
help
|
|
A Perl Compatible Regular Expression library
|
|
|
|
http://www.pcre.org/
|
|
|