2005-11-05 02:16:36 +00:00
|
|
|
config BR2_COMPILE_PCRE
|
2005-11-07 18:26:35 +00:00
|
|
|
tristate
|
2005-11-05 02:16:36 +00:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_LIBPCRE
|
|
|
|
|
2005-05-19 16:49:23 +00:00
|
|
|
config BR2_PACKAGE_LIBPCRE
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "libpcre........................... A Perl Compatible Regular Expression library"
|
|
|
|
tristate
|
2005-04-18 19:45:56 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 02:16:36 +00:00
|
|
|
select BR2_COMPILE_PCRE
|
2005-03-08 03:58:04 +00:00
|
|
|
help
|
|
|
|
A Perl Compatible Regular Expression library
|
|
|
|
|
|
|
|
http://www.pcre.org/
|
2005-04-18 06:33:29 +00:00
|
|
|
|