openwrtv3/openwrt/package/pcre/Config.in

15 lines
337 B
Text

config BR2_COMPILE_PCRE
tristate
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/