summaryrefslogtreecommitdiffstats
path: root/package/pcre/Config.in
blob: dcbcfae588567b676fb02c0ef8a649ccc00f420b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 if CONFIG_DEVEL
	select BR2_COMPILE_PCRE
	help
	  A Perl Compatible Regular Expression library
	  
	  http://www.pcre.org/