zoom: for non-CF pass proxy from URI parameters
[metaproxy-moved-to-github.git] / 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