X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3817a7225bf45ebd6085c673c6a146ec4f67d1c7..9a6a4cc79f460c76acc6d1695335b38b529a197d:/package/pcre/Config.in diff --git a/package/pcre/Config.in b/package/pcre/Config.in index 370fc763f..dcbcfae58 100644 --- a/package/pcre/Config.in +++ b/package/pcre/Config.in @@ -1,14 +1,15 @@ -config BR2_PACKAGE_PCRE - prompt "pcre" +config BR2_COMPILE_PCRE + bool + default n + depends BR2_PACKAGE_LIBPCRE + +config BR2_PACKAGE_LIBPCRE + prompt "libpcre........................... A Perl Compatible Regular Expression library" tristate - default m + default m if CONFIG_DEVEL + select BR2_COMPILE_PCRE help A Perl Compatible Regular Expression library http://www.pcre.org/ - - -config BR2_PACKAGE_LIBPCRE - tristate - default BR2_PACKAGE_PCRE