Config.in 324 B

123456789101112131415
  1. config ADK_COMPILE_PCRE
  2. tristate
  3. default n
  4. depends on ADK_PACKAGE_LIBPCRE
  5. config ADK_PACKAGE_LIBPCRE
  6. prompt "libpcre........................... A Perl Compatible Regular Expression library"
  7. tristate
  8. default n
  9. select ADK_COMPILE_PCRE
  10. help
  11. A Perl Compatible Regular Expression library
  12. http://www.pcre.org/