From 1cfbc7298525656701f32224e1ed42a3e835835a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 18 May 2009 20:42:33 +0200 Subject: Von libpcrecpp auf boost-regex migriert --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index c3fa2b5..f330ce6 100644 --- a/config.h.in +++ b/config.h.in @@ -30,6 +30,9 @@ /* define if the Boost library is available */ #undef HAVE_BOOST +/* define if the Boost::Regex library is available */ +#undef HAVE_BOOST_REGEX + /* define if the Boost::Signals library is available */ #undef HAVE_BOOST_SIGNALS -- cgit v1.2.3