diff options
Diffstat (limited to 'package/pcre/Config.in')
-rw-r--r-- | package/pcre/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/pcre/Config.in b/package/pcre/Config.in new file mode 100644 index 000000000..955cd3ca4 --- /dev/null +++ b/package/pcre/Config.in @@ -0,0 +1,15 @@ +config ADK_COMPILE_PCRE + tristate + default n + depends 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/ + |