summaryrefslogtreecommitdiffstats
path: root/openwrt/package/pcre/Config.in
blob: 7bb2de691330743e353c47b5e6d1271877e930b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/