fix #81
[openwrt.git] / package / pcre / Config.in
index 3aa16d7..7bb2de6 100644 (file)
@@ -1,9 +1,15 @@
-config BR2_PACKAGE_PCRE
-       tristate "pcre"
-       default m
+config BR2_COMPILE_PCRE
+       tristate
+       default n
+       depends BR2_PACKAGE_LIBPCRE
+
+config BR2_PACKAGE_LIBPCRE
+       prompt "libpcre........................... A Perl Compatible Regular Expression library"
+       tristate
+       default m if CONFIG_DEVEL
+       select BR2_COMPILE_PCRE
        help
          A Perl Compatible Regular Expression library
          
          http://www.pcre.org/
-         
 
This page took 0.026726 seconds and 4 git commands to generate.