summaryrefslogtreecommitdiffstats
path: root/rules/libpcre.in
blob: 9bbc4a33dcc2ba691253b03d9c52e4cb2f2ada92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuconfig LIBPCRE
	bool "libpcre                     "
	select GCCLIBS_CXX if LIBPCRE__LIBPCRECPP
	help
	  Perl Compatible Regluar Expressions Library

config LIBPCRE__LIBPCREPOSIX
       bool "install libpcreposix"
       depends on PCRE

config LIBPCRE__LIBPCRECPP
       bool "install libpcrecpp (c++ bindings for libpcre)"
       depends on PCRE