blob: 21a23884ce76cb15c3ecdb60885b1bb9253ca4cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config ADK_COMPILE_PCRE
tristate
default n
depends on ADK_PACKAGE_LIBPCRE
config ADK_PACKAGE_LIBPCRE
prompt "libpcre........................... A Perl Compatible Regular Expression library"
tristate
default n
select ADK_COMPILE_PCRE
help
A Perl Compatible Regular Expression library
http://www.pcre.org/
|