summaryrefslogtreecommitdiff
path: root/package/pcre/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/pcre/Config.in')
-rw-r--r--package/pcre/Config.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/pcre/Config.in b/package/pcre/Config.in
deleted file mode 100644
index 21a23884c..000000000
--- a/package/pcre/Config.in
+++ /dev/null
@@ -1,15 +0,0 @@
-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/
-