Openwrt/openwrt/package/pcre/Config.in
2005-11-05 02:16:36 +00:00

16 lines
333 B
Plaintext

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/