From 17df9f2c792259af0074adf384745903c2b972a4 Mon Sep 17 00:00:00 2001 From: Henning Steffen Date: Wed, 4 Jun 2008 13:05:24 +0000 Subject: * change bool to tristate .in Files from H to M git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8312 33e552b5-05e3-0310-8538-816dae2090ed --- rules/libpcre.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'rules/libpcre.in') diff --git a/rules/libpcre.in b/rules/libpcre.in index 9bbc4a33d..2597b8ee7 100644 --- a/rules/libpcre.in +++ b/rules/libpcre.in @@ -1,13 +1,16 @@ menuconfig LIBPCRE - bool "libpcre " + tristate + prompt "libpcre " select GCCLIBS_CXX if LIBPCRE__LIBPCRECPP help Perl Compatible Regluar Expressions Library +if LIBPCRE + config LIBPCRE__LIBPCREPOSIX bool "install libpcreposix" - depends on PCRE config LIBPCRE__LIBPCRECPP bool "install libpcrecpp (c++ bindings for libpcre)" - depends on PCRE + +endif -- cgit v1.2.3