From: Adam Dickmeiss Date: Wed, 29 Jun 2011 14:13:26 +0000 (+0200) Subject: configure checks for Boost regex X-Git-Tag: v1.3.14~20 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=6c3cad561216a81af52a840209e69b95cd42dede;p=metaproxy-moved-to-github.git configure checks for Boost regex --- diff --git a/configure.ac b/configure.ac index 0cec75c..959021c 100644 --- a/configure.ac +++ b/configure.ac @@ -43,13 +43,16 @@ fi YAZ_DOC CPPFLAGS="$YAZPPINC $CPPFLAGS" -ID_BOOST([thread test],[1.33]) +ID_BOOST([thread test regex],[1.33]) if test -z "${BOOST_THREAD_LIB}"; then AC_MSG_ERROR([Boost thread development libraries required]) fi if test -z "${BOOST_TEST_LIB}"; then AC_MSG_ERROR([Boost unit test framework libraries required]) fi +if test -z "${BOOST_REGEX_LIB}"; then + AC_MSG_ERROR([Boost regex development libraries required]) +fi xml_avail=false xslt_avail=false