X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=b8b447e34520c058080d1666e353fd3e32878819;hb=d0123337d70b0fb97b578cc57467bb94980f1014;hp=84b14f4a1d0170a3906f2fa82ffe65f5a530d283;hpb=7216ebcd3cc22c1d47010a94d5152f7ae3a53609;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 84b14f4..b8b447e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.13],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.15],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) @@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main]) AC_CHECK_FUNCS([localtime_r]) ## YAZPP checks -YAZPP_INIT([threads],[1.1.0]) +YAZPP_INIT([threads],[1.1.2]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi @@ -44,6 +44,12 @@ YAZ_DOC CPPFLAGS="$YAZPPINC $CPPFLAGS" ID_BOOST([thread test],[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 AC_CHECK_HEADERS([sys/select.h sys/socket.h])