configure checks for Boost regex
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 29 Jun 2011 14:13:26 +0000 (16:13 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 29 Jun 2011 14:13:26 +0000 (16:13 +0200)
configure.ac

index 0cec75c..959021c 100644 (file)
@@ -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